From 014397e981184a0aca27b289a10128b780bc4d13 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 7 Apr 2012 19:24:40 +0200 Subject: Determine opensearch URL from current version. --- Doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/conf.py b/Doc/conf.py index 6bbe4ce..6b085e0 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/3.3' +html_use_opensearch = 'http://docs.python.org/' + version # Additional static files. html_static_path = ['tools/sphinxext/static'] -- cgit v0.12