File: no-intersphinx.patch

package info (click to toggle)
python-sphinx-code-include 2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,312 kB
  • sloc: javascript: 8,765; python: 1,402; makefile: 23
file content (16 lines) | stat: -rw-r--r-- 540 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: No intersphinx
Author: Thomas Goirand <zigo@debian.org>
Forwarded: not-needed
Last-Update: 2025-09-29

--- python-sphinx-code-include-1.1.1.orig/docs/conf.py
+++ python-sphinx-code-include-1.1.1/docs/conf.py
@@ -57,7 +57,7 @@
 root = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
 sys.path.append(os.path.join(root, "src"))
 
-extensions += ["code_include.extension", "sphinx.ext.intersphinx", "sphinx_rtd_theme"]
+extensions += ["code_include.extension", "sphinx_rtd_theme"]
 
 html_theme = "sphinx_rtd_theme"