File: fix-build.patch

package info (click to toggle)
python-pyqtgraph 0.14.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 8,168 kB
  • sloc: python: 54,831; makefile: 128; ansic: 40; sh: 2
file content (16 lines) | stat: -rw-r--r-- 685 bytes parent folder | download
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",