Skip to content

Commit 987e08f

Browse files
committed
Fix sphinx-favicon extension name
1 parent 5681436 commit 987e08f

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
@@ -70,7 +70,7 @@ extensions = [
7070
"seed_intersphinx_mapping",
7171
"html_section",
7272
"sphinx_toolbox.more_autosummary.column_widths",
73-
"sphinx-favicon",
73+
"sphinx_favicon",
7474
]
7575
sphinxemoji_style = "twemoji"
7676
gitstamp_fmt = "%d %b %Y"

repo_helper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ mypy_deps:
5353

5454
extra_sphinx_extensions:
5555
- sphinx_toolbox.more_autosummary.column_widths
56-
- sphinx-favicon
56+
- sphinx_favicon

0 commit comments

Comments
 (0)