Skip to content

Commit d32d6af

Browse files
docs: add a favicon (#2397)
1 parent 6fd9950 commit d32d6af

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

docs/_static/favicon.png

233 Bytes
Loading

docs/conf.py

+5
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
extensions = [
3434
'recommonmark',
3535
'sphinx_rtd_theme',
36+
"sphinx_favicon",
3637
]
3738

3839
# Add any paths that contain templates here, relative to this directory.
@@ -62,3 +63,7 @@
6263

6364
def setup(app):
6465
app.add_css_file('customize.css')
66+
67+
favicons = [
68+
"favicon.png",
69+
]

docs/requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ recommonmark==0.7.1
1616
requests==2.31.0
1717
snowballstemmer==2.1.0
1818
Sphinx==4.4.0
19+
sphinx-favicon==1.0.1
1920
sphinx-rtd-theme==1.0.0
2021
sphinxcontrib-applehelp==1.0.2
2122
sphinxcontrib-devhelp==1.0.2

0 commit comments

Comments
 (0)