Skip to content

Commit 5fb089c

Browse files
committed
Fix sphinx_favicon extension name
1 parent 53985fc commit 5fb089c

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
@@ -77,7 +77,7 @@ extensions = [
7777
"html_section",
7878
"sphinx_toolbox.pre_commit",
7979
"sphinx_toolbox.flake8",
80-
"sphinx-favicon",
80+
"sphinx_favicon",
8181
]
8282
sphinxemoji_style = "twemoji"
8383
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 @@ classifiers:
4444
extra_sphinx_extensions:
4545
- sphinx_toolbox.pre_commit
4646
- sphinx_toolbox.flake8
47-
- sphinx-favicon
47+
- sphinx_favicon
4848

4949
entry_points:
5050
flake8.extension:

0 commit comments

Comments
 (0)