Skip to content

Commit a731266

Browse files
committed
docs: add a favicon
1 parent 6fd9950 commit a731266

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

docs/_static/favicon.png

233 Bytes
Loading

docs/conf.py

Lines changed: 5 additions & 0 deletions
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+
]

0 commit comments

Comments
 (0)