[pypy-commit] pypy default: Change intersphinx links to point to the now-merged improved docs.

mjacob noreply at buildbot.pypy.org
Fri Oct 24 17:23:18 CEST 2014


Author: Manuel Jacob <me at manueljacob.de>
Branch: 
Changeset: r74179:3d7feb9280dc
Date: 2014-10-24 16:50 +0200
http://bitbucket.org/pypy/pypy/changeset/3d7feb9280dc/

Log:	Change intersphinx links to point to the now-merged improved docs.

diff --git a/pypy/doc/conf.py b/pypy/doc/conf.py
--- a/pypy/doc/conf.py
+++ b/pypy/doc/conf.py
@@ -216,7 +216,7 @@
 
 # Example configuration for intersphinx: refer to the Python standard library.
 intersphinx_mapping = {'python': ('http://docs.python.org/2.7', None),
-                       'rpython': ('http://rpython.readthedocs.org/en/improve-docs/', None)}
+                       'rpython': ('http://rpython.readthedocs.org/en/latest/', None)}
 
 # -- Options for manpage output-------------------------------------------------
 
diff --git a/rpython/doc/conf.py b/rpython/doc/conf.py
--- a/rpython/doc/conf.py
+++ b/rpython/doc/conf.py
@@ -227,7 +227,7 @@
 
 
 intersphinx_mapping = {'python': ('http://docs.python.org/2.7', None),
-                       'pypy': ('http://pypy.readthedocs.org/en/improve-docs/', None)}
+                       'pypy': ('http://pypy.readthedocs.org/en/latest/', None)}
 
 
 # -- Options for manual page output --------------------------------------------


More information about the pypy-commit mailing list