File: 0001-No-spninx-issues.patch

package info (click to toggle)
numcodecs 0.11.0%2Bds-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 820 kB
  • sloc: python: 3,010; makefile: 216; sh: 8
file content (23 lines) | stat: -rw-r--r-- 592 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
22
23
From: Debian Science Maintainers
 <debian-science-maintainers@lists.alioth.debian.org>
Date: Sat, 5 Oct 2019 11:45:42 +0000
Subject: No spninx issues

Remove dependency from sphinx-issues (not packaged in debian)
---
 docs/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/conf.py b/docs/conf.py
index e2922fe..7fceb8e 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -47,7 +47,7 @@ extensions = [
     'sphinx.ext.autosummary',
     'sphinx.ext.viewcode',
     'numpydoc',
-    'sphinx_issues',
+    # 'sphinx_issues',
 ]
 
 numpydoc_show_class_members = False