summaryrefslogtreecommitdiffstats
path: root/lld/docs/conf.py
diff options
context:
space:
mode:
authorDan Liew <dan@su-root.co.uk>2014-08-06 14:37:00 +0000
committerDan Liew <dan@su-root.co.uk>2014-08-06 14:37:00 +0000
commit7f1a97bda078603a03cd12c0c35e2055b705f032 (patch)
tree63f7a09c6d24cac134f2796b847474d8725978a6 /lld/docs/conf.py
parent89df13e9134b0d8e40fddb4e7508354f0fa2a05c (diff)
downloadbcm5719-llvm-7f1a97bda078603a03cd12c0c35e2055b705f032.tar.gz
bcm5719-llvm-7f1a97bda078603a03cd12c0c35e2055b705f032.zip
Fix missing favicon.ico warning (Sphinx 1.2.2). The comments next to
``html_favicon`` seem to conflict with [what it in the sphinx docs](http://sphinx-doc.org/config.html#confval-html_favicon). So I've copied the comments from there to conf.py and changed its value appropriately to remove the missing favicon.ico warning. llvm-svn: 214971
Diffstat (limited to 'lld/docs/conf.py')
-rw-r--r--lld/docs/conf.py11
1 files changed, 7 insertions, 4 deletions
diff --git a/lld/docs/conf.py b/lld/docs/conf.py
index bc07080deb5..99866e1bd1e 100644
--- a/lld/docs/conf.py
+++ b/lld/docs/conf.py
@@ -111,10 +111,13 @@ html_theme_path = ["."]
# of the sidebar.
#html_logo = None
-# The name of an image file (within the static path) to use as favicon of the
-# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
-# pixels large.
-html_favicon = 'favicon.ico'
+# If given, this must be the name of an image file (path relative to the
+# configuration directory) that is the favicon of the docs. Modern browsers use
+# this as icon for tabs, windows and bookmarks. It should be a Windows-style
+# icon file (.ico), which is 16x16 or 32x32 pixels large. Default: None. The
+# image file will be copied to the _static directory of the output HTML, but
+# only if the file does not already exist there.
+html_favicon = '_static/favicon.ico'
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
OpenPOWER on IntegriCloud