From: Benjamin Peterson Date: Thu, 1 Oct 2009 00:57:32 +0000 (+0000) Subject: more stable url X-Git-Tag: v3.2a1~2466 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=da18125ae1ef947bac14e977e88a2b3527b66673;p=thirdparty%2FPython%2Fcpython.git more stable url --- diff --git a/Doc/conf.py b/Doc/conf.py index fe39a8160df8..ea21f2129e3c 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']