summaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-03-03 14:08:09 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-03-03 14:08:17 +0000
commitaffdacf925e743f6a290da24a585ba7e9271cab4 (patch)
treedcffa0fd328066fa08e307831839e12cd21239ec /docs/conf.py
parentReleasing debian version 0.7.0-1. (diff)
downloadpydyf-affdacf925e743f6a290da24a585ba7e9271cab4.tar.xz
pydyf-affdacf925e743f6a290da24a585ba7e9271cab4.zip
Merging upstream version 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".