diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-10-01 00:10:50 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-10-01 00:10:50 (GMT) |
commit | 00f858516b02a700004903f2c20d1105e43fb2dc (patch) | |
tree | 49cf3ffb5ae2d54ce6f672e477e0ec01b04c386a /Doc | |
parent | 5a8e1fcd97930c9c4872ae79e37b403187c71a52 (diff) | |
download | cpython-00f858516b02a700004903f2c20d1105e43fb2dc.zip cpython-00f858516b02a700004903f2c20d1105e43fb2dc.tar.gz cpython-00f858516b02a700004903f2c20d1105e43fb2dc.tar.bz2 |
update opensearch
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/conf.py b/Doc/conf.py index 3f187a2..e2b0ce0 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'] |