summaryrefslogtreecommitdiff
path: root/doc/rtd/conf.py
diff options
context:
space:
mode:
authorDaniel Watkins <daniel.watkins@canonical.com>2019-08-08 15:27:57 +0000
committerServer Team CI Bot <josh.powers+server-team-bot@canonical.com>2019-08-08 15:27:57 +0000
commit6718b86e3e742f4ed4e39c3766ded2273128409c (patch)
treeab50ac13f357a215339fdc4d2be3259e35716727 /doc/rtd/conf.py
parent88092eeae2c91e265c603025c87beda4c7d72bd4 (diff)
downloadvyos-cloud-init-6718b86e3e742f4ed4e39c3766ded2273128409c.tar.gz
vyos-cloud-init-6718b86e3e742f4ed4e39c3766ded2273128409c.zip
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.
Diffstat (limited to 'doc/rtd/conf.py')
-rw-r--r--doc/rtd/conf.py5
1 files changed, 0 insertions, 5 deletions
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'