1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
From: Debian Python Team <team+python@tracker.debian.org>
Date: Sun, 25 Dec 2022 10:59:40 -0400
Subject: no-sphinx-inline-tabs
Do not use inline_tabs, the extension is not packaged in Debian.
---
doc/source/conf.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 27448fe..3fd90ab 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -51,7 +51,6 @@ extensions = [
"sphinxext.opengraph",
"sphinxcontrib.programoutput",
"sphinx_copybutton",
- "sphinx_inline_tabs",
"sphinx_paramlinks",
]
|