summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorPer Guth <mail@perguth.de>2015-08-17 12:53:15 +0200
committerPer Guth <mail@perguth.de>2015-08-17 12:58:49 +0200
commit8cf0ead693600caa0d336545fe3261f689053714 (patch)
tree0495e701d953eebd376b9825589755181267cb1e /docs
parent7f0fe83483f68eb234bddc7b6c43b682d654f78f (diff)
docs: added `favicon.ico`
Diffstat (limited to 'docs')
-rw-r--r--docs/_themes/local/static/favicon.icobin0 -> 38926 bytes
-rw-r--r--docs/conf.py2
2 files changed, 1 insertions, 1 deletions
diff --git a/docs/_themes/local/static/favicon.ico b/docs/_themes/local/static/favicon.ico
new file mode 100644
index 000000000..5db148ff4
--- /dev/null
+++ b/docs/_themes/local/static/favicon.ico
Binary files differ
diff --git a/docs/conf.py b/docs/conf.py
index d327e2c5a..772d88498 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -116,7 +116,7 @@ html_theme_path = ['_themes']
# 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,