File: 0004-do-not-use-sphinx_qt_documentation.patch

package info (click to toggle)
guidata 3.13.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,716 kB
  • sloc: python: 20,020; makefile: 17
file content (20 lines) | stat: -rw-r--r-- 530 bytes parent folder | download | duplicates (3)
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: