Skip to content

Commit

Permalink
Fix sphinx_favicon extension name
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Aug 21, 2023
1 parent 53985fc commit 5fb089c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ extensions = [
"html_section",
"sphinx_toolbox.pre_commit",
"sphinx_toolbox.flake8",
"sphinx-favicon",
"sphinx_favicon",
]
sphinxemoji_style = "twemoji"
gitstamp_fmt = "%d %b %Y"
Expand Down
2 changes: 1 addition & 1 deletion repo_helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ classifiers:
extra_sphinx_extensions:
- sphinx_toolbox.pre_commit
- sphinx_toolbox.flake8
- sphinx-favicon
- sphinx_favicon

entry_points:
flake8.extension:
Expand Down

0 comments on commit 5fb089c

Please sign in to comment.