File: no-intersphinx.patch

package info (click to toggle)
python-txaio 2.5.1%2B2016.10.03.git.623ef68776-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 384 kB
  • ctags: 429
  • sloc: python: 1,968; makefile: 221
file content (18 lines) | stat: -rw-r--r-- 497 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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

--- python-txaio-2.5.1.orig/docs/conf.py
+++ python-txaio-2.5.1/docs/conf.py
@@ -60,8 +60,7 @@ RTD_BUILD = os.environ.get('READTHEDOCS'
 # ones.
 extensions = [
     'sphinx.ext.autodoc',
-    'sphinx.ext.viewcode',
-    'sphinx.ext.intersphinx',
+    'sphinx.ext.viewcode'
 ]
 
 # extensions not available on RTD