File: no-intersphinx-in-doc.patch

package info (click to toggle)
python-keystoneauth1 2.12.1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,340 kB
  • ctags: 1,867
  • sloc: python: 11,567; xml: 285; makefile: 97
file content (16 lines) | stat: -rw-r--r-- 524 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Disable intersphinx
 This does network access during build otherwise.
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2016-06-16

--- python-keystoneauth1-2.7.0.orig/doc/source/conf.py
+++ python-keystoneauth1-2.7.0/doc/source/conf.py
@@ -38,7 +38,6 @@ sys.path.insert(0, os.path.abspath(os.pa
 extensions = ['sphinx.ext.autodoc',
               'sphinx.ext.todo',
               'sphinx.ext.coverage',
-              'sphinx.ext.intersphinx',
               'oslosphinx',
              ]