Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move installation.rst to installation/*.rst #7832

Merged
merged 11 commits into from
Mar 6, 2024
Prev Previous commit
Removed unused sphinx-reredirects
  • Loading branch information
radarhere committed Mar 5, 2024
commit 7aba72a48f1b55a3716409f66e772af740f40616
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
Loading