Skip to content

Commit

Permalink
Removed unused sphinx-reredirects
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Mar 5, 2024
1 parent fe8f829 commit 7aba72a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 0 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"sphinx_copybutton",
"sphinx_inline_tabs",
"sphinx_removed_in",
"sphinx_reredirects",
"sphinxext.opengraph",
]

Expand Down Expand Up @@ -351,6 +350,3 @@
"pillow-logo-dark-text-1280x640.png"
)
ogp_image_alt = "Pillow"

# sphinx-reredirects
# redirects = {"installation.html": "installation/index.html"}
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ docs = [
"sphinx-copybutton",
"sphinx-inline-tabs",
"sphinx-removed-in",
"sphinx-reredirects",
"sphinxext-opengraph",
]
fpx = [
Expand Down

0 comments on commit 7aba72a

Please sign in to comment.