You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
577 B
18 lines
577 B
diff -rupN --no-dereference Pillow-8.3.2/docs/conf.py Pillow-8.3.2-new/docs/conf.py
|
|
--- Pillow-8.3.2/docs/conf.py 2021-09-02 14:13:00.000000000 +0200
|
|
+++ Pillow-8.3.2-new/docs/conf.py 2021-09-03 22:11:12.495804744 +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)}
|