summaryrefslogtreecommitdiff
path: root/doc/conf.py
diff options
context:
space:
mode:
authorMatthias Geier <Matthias.Geier@gmail.com>2020-10-24 17:20:24 +0200
committerMatthias Geier <Matthias.Geier@gmail.com>2020-10-24 17:41:02 +0200
commit84c6d693f43dc7f7b1e627b7cce91d2a9e49e5da (patch)
tree67bb462844971a90719362774c478b2aa46d52d7 /doc/conf.py
parent3b85187ffa3401e88582073c23188c147857a8a3 (diff)
downloadsphinx-git-84c6d693f43dc7f7b1e627b7cce91d2a9e49e5da.tar.gz
DOC: Add favicon
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 74e5a8b80..8b242dc7e 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -28,6 +28,7 @@ html_sidebars = {'index': ['indexsidebar.html', 'searchbox.html']}
html_additional_pages = {'index': 'index.html'}
html_use_opensearch = 'https://www.sphinx-doc.org/en/master'
html_baseurl = 'https://www.sphinx-doc.org/en/master/'
+html_favicon = '_static/favicon.svg'
htmlhelp_basename = 'Sphinxdoc'