Skip to content

Commit

Permalink
docs: add a favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmbenton committed Jun 30, 2023
1 parent 6fd9950 commit 9e7beea
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Binary file added docs/_static/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
extensions = [
'recommonmark',
'sphinx_rtd_theme',
"sphinx_favicon",
]

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

def setup(app):
app.add_css_file('customize.css')

favicons = [
"favicon.png",
]
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ recommonmark==0.7.1
requests==2.31.0
snowballstemmer==2.1.0
Sphinx==4.4.0
sphinx-favicon==1.0.1
sphinx-rtd-theme==1.0.0
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-devhelp==1.0.2
Expand Down

0 comments on commit 9e7beea

Please sign in to comment.