diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/conf.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index b1ef193..6ab9142 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -236,7 +236,4 @@ latex_documents = [ # Example configuration for intersphinx: refer to the Python standard library. -intersphinx_mapping = {'python': ('http://docs.python.org/', None), - 'nova': ('http://nova.openstack.org', None), - 'swift': ('http://swift.openstack.org', None), - 'glance': ('http://glance.openstack.org', None)} +#intersphinx_mapping = {'python': ('http://docs.python.org/', None)} |