File: no-intersphinx-plugin-in-doc.patch

package info (click to toggle)
python-itsdangerous 0.24%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 244 kB
  • ctags: 224
  • sloc: python: 811; makefile: 166
file content (17 lines) | stat: -rw-r--r-- 683 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Do not use Intersphinx plugin in sphinx doc
 This avoids network access.
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2014-06-01

--- python-itsdangerous-0.24+dfsg1.orig/docs/conf.py
+++ python-itsdangerous-0.24+dfsg1/docs/conf.py
@@ -26,7 +26,7 @@ sys.path.append(os.path.abspath('..'))
 
 # Add any Sphinx extension module names here, as strings. They can be extensions
 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
-extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx']
+extensions = ['sphinx.ext.autodoc']
 
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ['_templates']