From: Benjamin Peterson Date: Thu, 1 Oct 2009 00:10:13 +0000 (+0000) Subject: fix opensearch version X-Git-Tag: v3.2a1~2467 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=51e491000d5ad0cd90e6b45c05804e7d11d1039d;p=thirdparty%2FPython%2Fcpython.git fix opensearch version --- diff --git a/Doc/conf.py b/Doc/conf.py index 3f187a24344a..fe39a8160df8 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.0' +html_use_opensearch = 'http://docs.python.org/dev/3.2' # Additional static files. html_static_path = ['tools/sphinxext/static']