diff --git a/docs/conf.py b/docs/conf.py index cec92ce..7f1a22c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -52,6 +52,9 @@ '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".