summaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-03-03 14:08:06 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-03-03 14:08:06 +0000
commitf3470e5112deb4d84d2e9ce54aa886e26d3c6373 (patch)
tree9fa61e7d41db639244980bd1dbcbc637a20ec2dc /docs/conf.py
parentAdding upstream version 0.7.0. (diff)
downloadpydyf-e9b71d0529df6e2f02a81ceb64aefafe26c2e273.tar.xz
pydyf-e9b71d0529df6e2f02a81ceb64aefafe26c2e273.zip
Adding upstream version 0.9.0.upstream/0.9.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index a08c175..c868316 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -46,6 +46,9 @@ html_theme_options = {
'collapse_navigation': False,
}
+# Favicon URL
+html_favicon = 'https://www.courtbouillon.org/static/images/favicon.png'
+
# 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".