Removed unused sphinx-reredirects

This commit is contained in:
Andrew Murray 2024-03-06 08:44:07 +11:00
parent fe8f829f58
commit 7aba72a48f
3 changed files with 1 additions and 6 deletions

View File

@ -46,7 +46,7 @@ clean:
-rm -rf $(BUILDDIR)/* -rm -rf $(BUILDDIR)/*
install-sphinx: install-sphinx:
$(PYTHON) -m pip install --quiet furo olefile sphinx sphinx-copybutton sphinx-inline-tabs sphinx-removed-in sphinx-reredirects sphinxext-opengraph $(PYTHON) -m pip install --quiet furo olefile sphinx sphinx-copybutton sphinx-inline-tabs sphinx-removed-in sphinxext-opengraph
.PHONY: html .PHONY: html
html: html:

View File

@ -35,7 +35,6 @@ extensions = [
"sphinx_copybutton", "sphinx_copybutton",
"sphinx_inline_tabs", "sphinx_inline_tabs",
"sphinx_removed_in", "sphinx_removed_in",
"sphinx_reredirects",
"sphinxext.opengraph", "sphinxext.opengraph",
] ]
@ -351,6 +350,3 @@ ogp_image = (
"pillow-logo-dark-text-1280x640.png" "pillow-logo-dark-text-1280x640.png"
) )
ogp_image_alt = "Pillow" ogp_image_alt = "Pillow"
# sphinx-reredirects
# redirects = {"installation.html": "installation/index.html"}

View File

@ -46,7 +46,6 @@ docs = [
"sphinx-copybutton", "sphinx-copybutton",
"sphinx-inline-tabs", "sphinx-inline-tabs",
"sphinx-removed-in", "sphinx-removed-in",
"sphinx-reredirects",
"sphinxext-opengraph", "sphinxext-opengraph",
] ]
fpx = [ fpx = [