Skip to content

Commit c5df182

Browse files
committed
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: I71e941e2a639641a662a163c682eb86d51de42fb Related-Bug: #1368910
1 parent 696c967 commit c5df182

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

doc/source/conf.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
3232
extensions = ['sphinx.ext.autodoc',
3333
'sphinx.ext.doctest',
34-
'sphinx.ext.intersphinx',
3534
'sphinx.ext.todo',
3635
'oslosphinx']
3736

@@ -261,7 +260,3 @@
261260

262261
# How to display URL addresses: 'footnote', 'no', or 'inline'.
263262
#texinfo_show_urls = 'footnote'
264-
265-
266-
# Example configuration for intersphinx: refer to the Python standard library.
267-
intersphinx_mapping = {'http://docs.python.org/': None}

0 commit comments

Comments
 (0)