commit | 3abebca78015aad67c3aa79fe18c9b2649a04163 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sat Apr 07 19:22:17 2012 +0200 |
committer | Georg Brandl <georg@python.org> | Sat Apr 07 19:22:17 2012 +0200 |
tree | 0563f9d568d44083e07ed40fa01874dd09fd7492 | |
parent | 403bb39d1d964d7d75965649d2e8ffa1f9097b48 [diff] [blame] |
Closes #14511: fix wrong opensearch link for 3.2 docs.
diff --git a/Doc/conf.py b/Doc/conf.py index f827840..555f281 100644 --- a/Doc/conf.py +++ b/Doc/conf.py
@@ -91,7 +91,7 @@ } # Output an OpenSearch description file. -html_use_opensearch = 'http://docs.python.org/dev/py3k' +html_use_opensearch = 'http://docs.python.org/3.2' # Additional static files. html_static_path = ['tools/sphinxext/static']