File: 001_disable-ext.patch

package info (click to toggle)
python-ncclient 0.4.7-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 596 kB
  • ctags: 508
  • sloc: python: 2,917; makefile: 88
file content (18 lines) | stat: -rw-r--r-- 980 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: Disable 'sphinx.ext.intersphinx' (no internet on buildd)
 Disable sphinx.ext.intersphinx because buildd doesn't have internet
 access (thanks zigo).
Author: Sebastien Badia <seb@sebian.fr>
Forwarded: not-needed
Last-Update: 2015-11-02

--- python-ncclient-0.4.5.orig/docs/source/conf.py
+++ python-ncclient-0.4.5/docs/source/conf.py
@@ -22,7 +22,7 @@ sys.path.insert(0, 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.doctest', 'sphinx.ext.intersphinx', 'sphinx.ext.todo', 'sphinx.ext.coverage', 'sphinx.ext.pngmath', 'sphinx.ext.ifconfig']
+extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.todo', 'sphinx.ext.coverage', 'sphinx.ext.pngmath', 'sphinx.ext.ifconfig']

 # Add any paths that contain templates here, relative to this directory.
 templates_path = ['_templates']