File: 0001-Disable-sphinx-needs-until-available.patch

package info (click to toggle)
sphinx-data-viewer 0.1.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 312 kB
  • sloc: javascript: 210; python: 206; makefile: 17
file content (21 lines) | stat: -rw-r--r-- 503 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Christian Bayle <bayle@debian.org>
Date: Sun, 20 Apr 2025 01:27:44 +0200
Subject: Disable sphinx needs until available

Forwarded: not-needed
---
 docs/conf.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/docs/conf.py b/docs/conf.py
index fa86181..eeeb277 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -22,7 +22,6 @@ extensions = [
     "sphinx.ext.autodoc",
     "sphinx_data_viewer",
     "sphinxcontrib.plantuml",
-    "sphinx_needs",
     "sphinx_design",
     "sphinx_copybutton",
 ]