From: Ben Darnell Date: Wed, 4 Mar 2015 03:51:17 +0000 (-0500) Subject: Fix the doc build. X-Git-Tag: v4.2.0b1~84^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b06e7de206bc27f21e683ccac7cb0b1c62009494;p=thirdparty%2Ftornado.git Fix the doc build. Readthedocs' mirror of python's intersphinx index appears to be gone. --- diff --git a/docs/conf.py b/docs/conf.py index d9b4761ce..b0e48eb3a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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'