Author: Manuel Jacob <[email protected]>
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 
--------------------------------------------
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to