File: no-intersphinx.patch

package info (click to toggle)
python-txaio 25.9.2-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 552 kB
  • sloc: python: 2,122; makefile: 178; sh: 48
file content (19 lines) | stat: -rw-r--r-- 584 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: No interphinx
 Remove the use of intersphinx which is doing network access at build time.
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2016-07-13

Index: python-txaio/docs/conf.py
===================================================================
--- python-txaio.orig/docs/conf.py
+++ python-txaio/docs/conf.py
@@ -65,8 +65,6 @@ extensions = [
     "myst_parser",
     "sphinx.ext.autodoc",
     "sphinx.ext.viewcode",
-    "sphinx.ext.intersphinx",
-    "sphinx.ext.extlinks",
     "sphinx.ext.autosectionlabel",
     "sphinxcontrib.images",
 ]