From 6718b86e3e742f4ed4e39c3766ded2273128409c Mon Sep 17 00:00:00 2001 From: Daniel Watkins Date: Thu, 8 Aug 2019 15:27:57 +0000 Subject: doc: remove intersphinx extension We don't use it in our doc builds, and if sphinx.pocoo.org is down then it causes doc build issues. --- doc/rtd/conf.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'doc/rtd/conf.py') diff --git a/doc/rtd/conf.py b/doc/rtd/conf.py index 50eb05cf..4174477c 100644 --- a/doc/rtd/conf.py +++ b/doc/rtd/conf.py @@ -27,16 +27,11 @@ project = 'Cloud-Init' # 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.intersphinx', 'sphinx.ext.autodoc', 'sphinx.ext.autosectionlabel', 'sphinx.ext.viewcode', ] -intersphinx_mapping = { - 'sphinx': ('http://sphinx.pocoo.org', None) -} - # The suffix of source filenames. source_suffix = '.rst' -- cgit v1.2.3