Skip to content

Commit d70d1ac

Browse files
doc: bump sphinx favicon extension
Since 1.0, "sphinx-favicon" has been renamed to "sphinx_favicon". Closes #287
1 parent 5abae5d commit d70d1ac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
sphinx==5.2.1
22
sphinx-paramlinks==0.5.4
3-
sphinx-favicon==0.2
3+
sphinx_favicon==1.0.1

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
2626
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'sphinx.ext.todo',
2727
'sphinx.ext.coverage', 'sphinx.ext.ifconfig', 'sphinx_paramlinks',
28-
'sphinx-favicon',]
28+
'sphinx_favicon',]
2929

3030
autodoc_default_options = {
3131
'members': True,
@@ -126,7 +126,7 @@
126126
# pixels large.
127127
#html_favicon = None
128128

129-
# Set up favicons with sphinx-favicon.
129+
# Set up favicons with sphinx_favicon.
130130
favicons = [
131131
{
132132
"rel": "icon",

0 commit comments

Comments
 (0)