From 00f858516b02a700004903f2c20d1105e43fb2dc Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Thu, 1 Oct 2009 00:10:50 +0000 Subject: [PATCH] update opensearch --- Doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/conf.py b/Doc/conf.py index 3f187a24344a..e2b0ce0370aa 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/3.1' # Additional static files. html_static_path = ['tools/sphinxext/static'] -- 2.47.3