Fixed #21141 -- Update Sphinx URL

Updated Sphinx URL from http://sphinx.pocoo.org/ to http://sphinx-doc.org/.
This commit is contained in:
Rogério Yokomizo 2013-09-22 14:34:30 -03:00
parent ce0c5c38ea
commit 1b4b710355
5 changed files with 7 additions and 7 deletions

View file

@ -111,7 +111,7 @@ pygments_style = 'trac'
# branch, which is located at this URL.
intersphinx_mapping = {
'python': ('http://docs.python.org/2.7', None),
'sphinx': ('http://sphinx.pocoo.org/', None),
'sphinx': ('http://sphinx-doc.org/', None),
'six': ('http://pythonhosted.org/six/', None),
'simplejson': ('http://simplejson.readthedocs.org/en/latest/', None),
}