mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Removed unused sphinx-reredirects
This commit is contained in:
parent
fe8f829f58
commit
7aba72a48f
|
@ -46,7 +46,7 @@ clean:
|
|||
-rm -rf $(BUILDDIR)/*
|
||||
|
||||
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
|
||||
html:
|
||||
|
|
|
@ -35,7 +35,6 @@ extensions = [
|
|||
"sphinx_copybutton",
|
||||
"sphinx_inline_tabs",
|
||||
"sphinx_removed_in",
|
||||
"sphinx_reredirects",
|
||||
"sphinxext.opengraph",
|
||||
]
|
||||
|
||||
|
@ -351,6 +350,3 @@ ogp_image = (
|
|||
"pillow-logo-dark-text-1280x640.png"
|
||||
)
|
||||
ogp_image_alt = "Pillow"
|
||||
|
||||
# sphinx-reredirects
|
||||
# redirects = {"installation.html": "installation/index.html"}
|
||||
|
|
|
@ -46,7 +46,6 @@ docs = [
|
|||
"sphinx-copybutton",
|
||||
"sphinx-inline-tabs",
|
||||
"sphinx-removed-in",
|
||||
"sphinx-reredirects",
|
||||
"sphinxext-opengraph",
|
||||
]
|
||||
fpx = [
|
||||
|
|
Loading…
Reference in New Issue
Block a user