fix opensearch version
diff --git a/Doc/conf.py b/Doc/conf.py
index 3f187a2..fe39a81 100644
--- a/Doc/conf.py
+++ b/Doc/conf.py
@@ -86,7 +86,7 @@
 }
 
 # 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']