[Python-checkins] devguide: Update Py3k doc URL.

georg.brandl python-checkins at python.org
Fri Jan 11 09:20:52 CET 2013


http://hg.python.org/devguide/rev/5c8851aaf386
changeset:   589:5c8851aaf386
user:        Georg Brandl <georg at python.org>
date:        Fri Jan 11 09:21:52 2013 +0100
summary:
  Update Py3k doc URL.

files:
  conf.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/conf.py b/conf.py
--- a/conf.py
+++ b/conf.py
@@ -26,7 +26,7 @@
 # Add any Sphinx extension module names here, as strings. They can be extensions
 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
 extensions = ['sphinx.ext.intersphinx', 'sphinx.ext.todo']
-intersphinx_mapping = {'python': ('http://docs.python.org/py3k', None)}
+intersphinx_mapping = {'python': ('http://docs.python.org/3', None)}
 todo_include_todos = True
 
 # Add any paths that contain templates here, relative to this directory.

-- 
Repository URL: http://hg.python.org/devguide


More information about the Python-checkins mailing list