1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
From: =?utf-8?q?Picca_Fr=C3=A9d=C3=A9ric-Emmanuel?= <picca@debian.org>
Date: Thu, 27 Jul 2023 18:10:11 +0200
Subject: do not use sphinx_qt_documentation
---
doc/conf.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/doc/conf.py b/doc/conf.py
index 214c478..f7297dc 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -21,7 +21,6 @@ extensions = [
"sphinx.ext.doctest",
"sphinx_copybutton",
"sphinx.ext.napoleon",
- "sphinx_qt_documentation",
"guidata.dataset.autodoc",
]
if "htmlhelp" in sys.argv:
|