python-pillow/python-pillow_sphinx-issues.patch

18 lines
577 B
Diff
Raw Normal View History

2022-03-03 17:26:38 +08:00
diff -rupN --no-dereference Pillow-9.0.1/docs/conf.py Pillow-9.0.1-new/docs/conf.py
--- Pillow-9.0.1/docs/conf.py 2022-02-03 00:45:27.000000000 +0100
+++ Pillow-9.0.1-new/docs/conf.py 2022-02-23 09:06:33.169472252 +0100
@@ -30,12 +30,10 @@ needs_sphinx = "2.4"
# ones.
extensions = [
"sphinx_copybutton",
2021-03-05 15:28:18 +08:00
- "sphinx_issues",
"sphinx_removed_in",
2022-03-03 17:26:38 +08:00
"sphinx.ext.autodoc",
"sphinx.ext.intersphinx",
- "sphinx.ext.viewcode",
- "sphinxext.opengraph",
+ "sphinx.ext.viewcode"
2021-03-05 15:28:18 +08:00
]
2022-03-03 17:26:38 +08:00
intersphinx_mapping = {"python": ("https://docs.python.org/3", None)}