Remove commented configuration of the intersphinx module

The intersphinx module should not be used. Remove commented configuration
of the intersphinx module to not enable it in the future.

Change-Id: I165529af3d1a1ff720d9731592d7668f6f53abd2
Related-Bug: #1368910
This commit is contained in:
Christian Berendt 2014-09-23 22:36:38 +02:00
parent 2c87c67383
commit aeefe4e067
1 changed files with 0 additions and 4 deletions

View File

@ -24,7 +24,6 @@ import sys
extensions = [
'sphinx.ext.autodoc',
'yasfb',
#'sphinx.ext.intersphinx',
#'oslosphinx'
]
@ -89,6 +88,3 @@ latex_documents = [
u'%s Documentation' % project,
u'OpenStack Foundation', 'manual'),
]
# Example configuration for intersphinx: refer to the Python standard library.
#intersphinx_mapping = {'http://docs.python.org/': None}