From f04a29aafff0778d2daf9276faf31455e6f791ac Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sun, 5 Mar 2023 09:30:12 -0500 Subject: [PATCH] Use renamed extension. Fixes #3844. --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 9d60e4bd99..716b899342 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -226,7 +226,7 @@ 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