python-pillow/python-pillow_sphinx.patch

18 lines
577 B
Diff
Raw Normal View History

2022-07-20 14:56:07 +00:00
diff -rupN --no-dereference Pillow-9.2.0/docs/conf.py Pillow-9.2.0-new/docs/conf.py
--- Pillow-9.2.0/docs/conf.py 2022-07-01 15:19:51.000000000 +0200
+++ Pillow-9.2.0-new/docs/conf.py 2022-07-20 16:40:23.626366367 +0200
@@ -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)}