File tree Expand file tree Collapse file tree 4 files changed +3
-7
lines changed
Expand file tree Collapse file tree 4 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,10 @@ coverage:
1717.PHONY : doc
1818.PHONY : html
1919doc html :
20- python3 -c " import PIL" > /dev/null 2>&1 || python3 -m pip install .
2120 $(MAKE ) -C docs html
2221
2322.PHONY : htmlview
2423htmlview :
25- python3 -c " import PIL" > /dev/null 2>&1 || python3 -m pip install .
2624 $(MAKE ) -C docs htmlview
2725
2826.PHONY : doccheck
Original file line number Diff line number Diff line change 4646 -rm -rf $(BUILDDIR ) /*
4747
4848install-sphinx :
49- $(PYTHON ) -m pip install --quiet furo olefile sphinx sphinx-copybutton sphinx-inline-tabs sphinxext-opengraph
49+ $(PYTHON ) -m pip install -e ..[docs]
5050
5151.PHONY : html
5252html :
Original file line number Diff line number Diff line change 2222# -- General configuration ------------------------------------------------
2323
2424# If your documentation needs a minimal Sphinx version, state it here.
25- needs_sphinx = "7.3 "
25+ needs_sphinx = "8.1 "
2626
2727# Add any Sphinx extension module names here, as strings. They can be
2828# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
338338# https://www.sphinx-doc.org/en/master/usage/extensions/extlinks.html
339339_repo = "https://github.com/python-pillow/Pillow/"
340340extlinks = {
341- "cve" : ("https://www.cve.org/CVERecord?id=CVE-%s" , "CVE-%s" ),
342- "cwe" : ("https://cwe.mitre.org/data/definitions/%s.html" , "CWE-%s" ),
343341 "issue" : (_repo + "issues/%s" , "#%s" ),
344342 "pr" : (_repo + "pull/%s" , "#%s" ),
345343 "pypi" : ("https://pypi.org/project/%s/" , "%s" ),
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ dynamic = [
4343optional-dependencies.docs = [
4444 " furo" ,
4545 " olefile" ,
46- " sphinx>=7.3 " ,
46+ " sphinx>=8.1 " ,
4747 " sphinx-copybutton" ,
4848 " sphinx-inline-tabs" ,
4949 " sphinxext-opengraph" ,
You can’t perform that action at this time.
0 commit comments