python-pillow/python-pillow_sphinx.patch

18 lines
577 B
Diff
Raw Normal View History

2022-10-30 12:00:28 +00:00
diff -rupN --no-dereference Pillow-9.3.0/docs/conf.py Pillow-9.3.0-new/docs/conf.py
--- Pillow-9.3.0/docs/conf.py 2022-10-29 14:25:53.000000000 +0200
+++ Pillow-9.3.0-new/docs/conf.py 2022-10-30 11:05:22.465017452 +0100
2022-07-20 14:56:07 +00:00
@@ -28,12 +28,10 @@ needs_sphinx = "2.4"
2021-07-07 09:03:01 +00:00
# ones.
extensions = [
"sphinx_copybutton",
- "sphinx_issues",
"sphinx_removed_in",
"sphinx.ext.autodoc",
"sphinx.ext.intersphinx",
- "sphinx.ext.viewcode",
- "sphinxext.opengraph",
+ "sphinx.ext.viewcode"
]
intersphinx_mapping = {"python": ("https://docs.python.org/3", None)}