From b403416c4acb3d65dedf52fd6df7b55246fc8884 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 12 Sep 2014 22:49:58 +0200 Subject: [PATCH] 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 causes docs jobs to fail because we error out on warnings. Change-Id: I71e941e2a639641a662a163c682eb86d51de42fb Related-Bug: #1368910 --- doc/source/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index cb42bef6e..eb0eebaf0 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -143,7 +143,6 @@ write_autodoc_index() # or your custom ones. extensions = [ 'sphinx.ext.autodoc', - 'sphinx.ext.intersphinx', 'sphinxcontrib.autohttp.flask', 'wsmeext.sphinxext', 'sphinx.ext.coverage',