1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
Description: Using sphinx_qt_documentation fails when internet is not available, due to missing pyside6
Author: Gianfranco Costamagna <locutusofborg@debian.org>
Last-Update: 2024-11-02
Index: python-pyqtgraph-0.14.0/doc/source/conf.py
===================================================================
--- python-pyqtgraph-0.14.0.orig/doc/source/conf.py
+++ python-pyqtgraph-0.14.0/doc/source/conf.py
@@ -40,7 +40,6 @@ extensions = [
"sphinx.ext.napoleon", # has to be loaded before sphinx_autodoc_typehints
"sphinx_autodoc_typehints",
"sphinx.ext.intersphinx",
- "sphinx_qt_documentation",
"sphinx_design",
"sphinx_favicon",
"sphinxext.rediraffe",
|