python-pillow/python-pillow_sphinx.patch

18 lines
577 B
Diff

diff -rupN --no-dereference Pillow-9.1.0/docs/conf.py Pillow-9.1.0-new/docs/conf.py
--- Pillow-9.1.0/docs/conf.py 2022-04-01 09:48:32.000000000 +0200
+++ Pillow-9.1.0-new/docs/conf.py 2022-04-05 11:57:42.313119360 +0200
@@ -30,12 +30,10 @@ needs_sphinx = "2.4"
# 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)}