summaryrefslogtreecommitdiffstats
path: root/lld/docs/conf.py
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2012-04-06 21:49:53 +0000
committerDaniel Dunbar <daniel@zuster.org>2012-04-06 21:49:53 +0000
commit462217eab35dc9aa50cabcafc2371ec42a6faa1b (patch)
tree6f7856d597589ad4f730034866e19c7259e2b8b3 /lld/docs/conf.py
parent7bba2c6d641d0a4bbb35a36420024ccae038dc90 (diff)
downloadbcm5719-llvm-462217eab35dc9aa50cabcafc2371ec42a6faa1b.tar.gz
bcm5719-llvm-462217eab35dc9aa50cabcafc2371ec42a6faa1b.zip
docs: Add the standard LLVM favicon.
llvm-svn: 154212
Diffstat (limited to 'lld/docs/conf.py')
-rw-r--r--lld/docs/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lld/docs/conf.py b/lld/docs/conf.py
index 18a896ce9a5..e1055beec88 100644
--- a/lld/docs/conf.py
+++ b/lld/docs/conf.py
@@ -114,12 +114,12 @@ html_theme_path = ["."]
# 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 = None
+html_favicon = '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,
# so a file named "default.css" will overwrite the builtin "default.css".
-#html_static_path = ['_static']
+html_static_path = ['_static']
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.
OpenPOWER on IntegriCloud