summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorAnderson Bravalheri <andersonbravalheri@gmail.com>2021-11-05 20:03:03 +0000
committerAnderson Bravalheri <andersonbravalheri@gmail.com>2021-11-05 20:03:03 +0000
commit8ffccbdd3b01fb1cf7248e699bcf478169cdb912 (patch)
treef38a941dea81a4e22b1027a989c167c52fa24e8f /docs/conf.py
parenta59fc3e3a63b6139d4a5cd8add11470fad36140e (diff)
downloadpython-setuptools-git-8ffccbdd3b01fb1cf7248e699bcf478169cdb912.tar.gz
Add favicon and related configuration to sphinx
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 4f3eb8dc..ebb84c48 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -102,6 +102,7 @@ default_role = 'any'
# HTML theme
html_theme = 'furo'
html_logo = "images/logo.png"
+html_favicon = "images/favicon.ico"
html_theme_options = {
"sidebar_hide_name": True,