python-pillow/0001-python-pillow_sphinx-issues.patch

31 lines
745 B
Diff
Raw Normal View History

2022-12-07 14:32:24 +08:00
From 73338782fc5f18a2e364a43cb2e79b9b7c4a9887 Mon Sep 17 00:00:00 2001
From: jianli-97 <lijian2@kylinos.cn>
Date: Wed, 7 Dec 2022 13:55:00 +0800
Subject: [PATCH] python-pillow_sphinx-issues
---
docs/conf.py | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/docs/conf.py b/docs/conf.py
index bc67d93..fa12f25 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -28,12 +28,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)}
--
2.33.0