Fix the doc build.
Readthedocs' mirror of python's intersphinx index appears to be gone.
This commit is contained in:
parent
a30dcd09e4
commit
b06e7de206
|
@ -95,7 +95,7 @@ extlinks = {
|
||||||
}
|
}
|
||||||
|
|
||||||
intersphinx_mapping = {
|
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'
|
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
|
||||||
|
|
Loading…
Reference in New Issue