python-pillow/python-pillow_sphinx-issues.patch

12 lines
392 B
Diff
Raw Normal View History

2021-04-02 05:50:40 +00:00
diff -rupN --no-dereference Pillow-8.2.0/docs/conf.py Pillow-8.2.0-new/docs/conf.py
--- Pillow-8.2.0/docs/conf.py 2021-04-01 19:58:27.000000000 +0200
+++ Pillow-8.2.0-new/docs/conf.py 2021-04-02 07:41:32.879022927 +0200
2021-01-03 10:12:44 +00:00
@@ -32,7 +32,6 @@ extensions = [
"sphinx.ext.autodoc",
"sphinx.ext.intersphinx",
"sphinx.ext.viewcode",
- "sphinx_issues",
"sphinx_removed_in",
]