Skip to content

Commit 7aba72a

Browse files
committed
Removed unused sphinx-reredirects
1 parent fe8f829 commit 7aba72a

3 files changed

Lines changed: 1 addition & 6 deletions

File tree

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ clean:
4646
-rm -rf $(BUILDDIR)/*
4747

4848
install-sphinx:
49-
$(PYTHON) -m pip install --quiet furo olefile sphinx sphinx-copybutton sphinx-inline-tabs sphinx-removed-in sphinx-reredirects sphinxext-opengraph
49+
$(PYTHON) -m pip install --quiet furo olefile sphinx sphinx-copybutton sphinx-inline-tabs sphinx-removed-in sphinxext-opengraph
5050

5151
.PHONY: html
5252
html:

docs/conf.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
"sphinx_copybutton",
3636
"sphinx_inline_tabs",
3737
"sphinx_removed_in",
38-
"sphinx_reredirects",
3938
"sphinxext.opengraph",
4039
]
4140

@@ -351,6 +350,3 @@
351350
"pillow-logo-dark-text-1280x640.png"
352351
)
353352
ogp_image_alt = "Pillow"
354-
355-
# sphinx-reredirects
356-
# redirects = {"installation.html": "installation/index.html"}

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ docs = [
4646
"sphinx-copybutton",
4747
"sphinx-inline-tabs",
4848
"sphinx-removed-in",
49-
"sphinx-reredirects",
5049
"sphinxext-opengraph",
5150
]
5251
fpx = [

0 commit comments

Comments
 (0)