summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDavanum Srinivas <dims@linux.vnet.ibm.com>2014-09-29 21:26:32 -0400
committerDavanum Srinivas <dims@linux.vnet.ibm.com>2014-09-29 21:26:32 -0400
commitf2f0551cce0b71445b217759e514f6b7744bfc11 (patch)
tree84952f8f381acb062c7483a450cc7760528adb50 /doc
parent7338245e833a04abcdc92649639fa24ffb99a2cb (diff)
downloadpycadf-f2f0551cce0b71445b217759e514f6b7744bfc11.tar.gz
Stop using intersphinx
Remove intersphinx from the docs build as it triggers network calls that occasionally fail, and we don't really use intersphinx (links other sphinx documents out on the internet) This also removes the requirement for internet access during docs build. This can cause docs jobs to fail if the project errors out on warnings. Change-Id: I6d0bb0678ff35a751c0b7c40cb73803701eb8a75 Related-Bug: #1368910
Diffstat (limited to 'doc')
-rw-r--r--doc/source/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index c855bbf..7e69c85 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -32,7 +32,7 @@ os.environ['DJANGO_SETTINGS_MODULE'] = 'openstack_dashboard.settings'
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = [
'sphinx.ext.autodoc',
- 'sphinx.ext.intersphinx',
+ #'sphinx.ext.intersphinx',
'sphinx.ext.todo',
'sphinx.ext.coverage',
'sphinx.ext.pngmath',