Skip to content

Commit 39c93b2

Browse files
committed
Fix sphinx_favicon extension
1 parent 91f49a2 commit 39c93b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ extensions = [
7373
"sphinx_toolbox.pre_commit",
7474
"sphinx_toolbox.flake8",
7575
"sphinx_toolbox.more_autosummary.column_widths",
76-
"sphinx-favicon",
76+
"sphinx_favicon",
7777
]
7878
sphinxemoji_style = "twemoji"
7979
gitstamp_fmt = "%d %b %Y"

repo_helper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ extra_sphinx_extensions:
4343
- sphinx_toolbox.pre_commit
4444
- sphinx_toolbox.flake8
4545
- sphinx_toolbox.more_autosummary.column_widths
46-
- sphinx-favicon
46+
- sphinx_favicon
4747

4848
entry_points:
4949
flake8.extension:

0 commit comments

Comments
 (0)