Remove intersphinx mappings
None of our documentation references any external sphinx documents so we don't need the intersphinx mappings. This started as a rename from the old glance.openstack.org site to the newer docs.openstack.org/developer/glance however they may as well be removed if not used. Closes-Bug: #1353817 Change-Id: I638c4eeab7d01ec2f26a0d9d532f0006f4f75e72
This commit is contained in:
		@@ -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)}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user