Skip to content

Commit b3df799

Browse files
committed
Fix sphinx_favicon extension
1 parent 5994efe commit b3df799

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
@@ -44,7 +44,7 @@ extra_sphinx_extensions:
4444
- sphinx_toolbox.pre_commit
4545
- sphinx_toolbox.flake8
4646
- sphinx_toolbox.more_autosummary.column_widths
47-
- sphinx-favicon
47+
- sphinx_favicon
4848

4949
entry_points:
5050
flake8.extension:

0 commit comments

Comments
 (0)