From 5fb089c97f4011ff42105da9d05055b3a2a33761 Mon Sep 17 00:00:00 2001 From: Dominic Davis-Foster Date: Mon, 21 Aug 2023 19:01:52 +0100 Subject: [PATCH] Fix sphinx_favicon extension name --- pyproject.toml | 2 +- repo_helper.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0908250..374932d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" diff --git a/repo_helper.yml b/repo_helper.yml index 228be6e..f8738c1 100644 --- a/repo_helper.yml +++ b/repo_helper.yml @@ -44,7 +44,7 @@ classifiers: extra_sphinx_extensions: - sphinx_toolbox.pre_commit - sphinx_toolbox.flake8 - - sphinx-favicon + - sphinx_favicon entry_points: flake8.extension: