diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-10-01 00:57:32 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-10-01 00:57:32 (GMT) |
commit | da18125ae1ef947bac14e977e88a2b3527b66673 (patch) | |
tree | e69d430255ccecee44eb70d911adfdfe1662c8af /Doc/conf.py | |
parent | 51e491000d5ad0cd90e6b45c05804e7d11d1039d (diff) | |
download | cpython-da18125ae1ef947bac14e977e88a2b3527b66673.zip cpython-da18125ae1ef947bac14e977e88a2b3527b66673.tar.gz cpython-da18125ae1ef947bac14e977e88a2b3527b66673.tar.bz2 |
more stable url
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 fe39a81..ea21f21 100644 --- a/Doc/conf.py +++ b/Doc/conf.py @@ -86,7 +86,7 @@ html_additional_pages = { } # Output an OpenSearch description file. -html_use_opensearch = 'http://docs.python.org/dev/3.2' +html_use_opensearch = 'http://docs.python.org/dev/py3k' # Additional static files. html_static_path = ['tools/sphinxext/static'] |