aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorn-peugnet <n.peugnet@free.fr>2022-04-02 01:40:25 +0200
committerNicolas Peugnet <n.peugnet@free.fr>2022-04-02 01:42:51 +0200
commit3bf50f4f6e7c9ec6369a3b49dee278ae21dd3dde (patch)
tree0084e49d74111f2dbdaf8e3ac0f789f5188c5dae
parent194a55a0acf289957c2f34102823c205cc94ea7c (diff)
downloadclub1-docs-3bf50f4f6e7c9ec6369a3b49dee278ae21dd3dde.tar.gz
club1-docs-3bf50f4f6e7c9ec6369a3b49dee278ae21dd3dde.zip
feat: add favicon.ico
-rw-r--r--_static/favicon.icobin0 -> 1150 bytes
-rw-r--r--conf.py2
2 files changed, 2 insertions, 0 deletions
diff --git a/_static/favicon.ico b/_static/favicon.ico
new file mode 100644
index 0000000..f26f02d
--- /dev/null
+++ b/_static/favicon.ico
Binary files differ
diff --git a/conf.py b/conf.py
index 01d333c..77fa4a2 100644
--- a/conf.py
+++ b/conf.py
@@ -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'