mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
Removed unused sphinx-reredirects
This commit is contained in:
parent
fe8f829f58
commit
7aba72a48f
|
@ -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:
|
||||||
|
|
|
@ -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"}
|
|
||||||
|
|
|
@ -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 = [
|
||||||
|
|
Loading…
Reference in New Issue
Block a user