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
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 sphinxext-opengraph
$(PYTHON) -m pip install --quiet furo olefile sphinx sphinx-copybutton sphinx-inline-tabs sphinx-removed-in sphinx-reredirects sphinxext-opengraph

.PHONY: html
html:
Expand Down
4 changes: 4 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"sphinx_copybutton",
"sphinx_inline_tabs",
"sphinx_removed_in",
"sphinx_reredirects",
"sphinxext.opengraph",
]

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

# sphinx-reredirects
# redirects = {"installation.html": "installation/index.html"}
radarhere marked this conversation as resolved.
Show resolved Hide resolved
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ The core image library is designed for fast access to data stored in a few basic
.. toctree::
:maxdepth: 2

installation.rst
installation/index.rst
handbook/index.rst
reference/index.rst
porting.rst
Expand Down
Loading
Loading