diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2023-03-05 09:30:12 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2023-03-05 09:30:12 -0500 |
| commit | f04a29aafff0778d2daf9276faf31455e6f791ac (patch) | |
| tree | 1c7535a21244db7838287d3aa5e80a7e89b3416e /docs | |
| parent | b495362b11e240ffcc203c445e5c0e42c607bb23 (diff) | |
| download | python-setuptools-git-f04a29aafff0778d2daf9276faf31455e6f791ac.tar.gz | |
Use renamed extension. Fixes #3844.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 9d60e4bd..716b8993 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -226,7 +226,7 @@ towncrier_draft_include_empty = False extensions += ['jaraco.tidelift'] # Add icons (aka "favicons") to documentation -extensions += ['sphinx-favicon'] +extensions += ['sphinx_favicon'] html_static_path = ['images'] # should contain the folder with icons # Add support for nice Not Found 404 pages |
