We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fd9950 commit d32d6afCopy full SHA for d32d6af
docs/_static/favicon.png
233 Bytes
docs/conf.py
@@ -33,6 +33,7 @@
33
extensions = [
34
'recommonmark',
35
'sphinx_rtd_theme',
36
+ "sphinx_favicon",
37
]
38
39
# Add any paths that contain templates here, relative to this directory.
@@ -62,3 +63,7 @@
62
63
64
def setup(app):
65
app.add_css_file('customize.css')
66
+
67
+favicons = [
68
+ "favicon.png",
69
+]
docs/requirements.txt
@@ -16,6 +16,7 @@ recommonmark==0.7.1
16
requests==2.31.0
17
snowballstemmer==2.1.0
18
Sphinx==4.4.0
19
+sphinx-favicon==1.0.1
20
sphinx-rtd-theme==1.0.0
21
sphinxcontrib-applehelp==1.0.2
22
sphinxcontrib-devhelp==1.0.2
0 commit comments