summaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-10-04 12:12:56 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-10-04 12:12:56 +0000
commit36983897034dda2f8844c55e908dce1f7411d781 (patch)
treefadd8873090bede1c6d3d8cd20edad5796709d1d /docs/conf.py
parentAdding upstream version 0.7.0. (diff)
downloadpydyf-9a9d89679a07b31f69b9d759702e8e435fc3e10f.tar.xz
pydyf-9a9d89679a07b31f69b9d759702e8e435fc3e10f.zip
Adding upstream version 0.8.0.upstream/0.8.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".