Fix the doc build.

Readthedocs' mirror of python's intersphinx index appears to
be gone.
This commit is contained in:
Ben Darnell 2015-03-03 22:51:17 -05:00
parent a30dcd09e4
commit b06e7de206
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ extlinks = {
}
intersphinx_mapping = {
'python': ('http://python.readthedocs.org/en/latest/', None),
'python': ('https://docs.python.org/3.4/', None),
}
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'