diff options
author | n-peugnet <n.peugnet@free.fr> | 2022-04-02 01:40:25 +0200 |
---|---|---|
committer | n-peugnet <n.peugnet@free.fr> | 2022-04-02 01:40:25 +0200 |
commit | 6c010163910995421e9f5409c9be8ce0c567b63f (patch) | |
tree | 0084e49d74111f2dbdaf8e3ac0f789f5188c5dae /conf.py | |
parent | 194a55a0acf289957c2f34102823c205cc94ea7c (diff) | |
download | club1-docs-6c010163910995421e9f5409c9be8ce0c567b63f.tar.gz club1-docs-6c010163910995421e9f5409c9be8ce0c567b63f.zip |
feat: add favicon.ico
Diffstat (limited to 'conf.py')
-rw-r--r-- | conf.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -84,6 +84,8 @@ smartquotes = False # -- Options for HTML output ------------------------------------------------- +html_favicon = '_static/favicon.ico' + # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. html_theme = 'sphinx_rtd_theme' |