diff options
author | Georg Brandl <georg@python.org> | 2012-04-07 17:23:00 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-04-07 17:23:00 (GMT) |
commit | 30e4ca45ad95fd34fb766fdf75b7144001e6cf88 (patch) | |
tree | 62fdace84cd80e6eea6f3e3c2bcd2943e71fc70e /Doc/conf.py | |
parent | 1bcb138cf2253f67c5e355af2eefd8f721b03f25 (diff) | |
parent | 3abebca78015aad67c3aa79fe18c9b2649a04163 (diff) | |
download | cpython-30e4ca45ad95fd34fb766fdf75b7144001e6cf88.zip cpython-30e4ca45ad95fd34fb766fdf75b7144001e6cf88.tar.gz cpython-30e4ca45ad95fd34fb766fdf75b7144001e6cf88.tar.bz2 |
Closes #14511: merge with 3.2
Diffstat (limited to 'Doc/conf.py')
-rw-r--r-- | Doc/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/conf.py b/Doc/conf.py index f827840..6bbe4ce 100644 --- a/Doc/conf.py +++ b/Doc/conf.py @@ -91,7 +91,7 @@ html_additional_pages = { } # Output an OpenSearch description file. -html_use_opensearch = 'http://docs.python.org/dev/py3k' +html_use_opensearch = 'http://docs.python.org/3.3' # Additional static files. html_static_path = ['tools/sphinxext/static'] |