diff options
author | Georg Brandl <georg@python.org> | 2008-05-03 20:16:47 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-05-03 20:16:47 (GMT) |
commit | 761b9c6a53f3f5d13121c271e82a17f2447bd801 (patch) | |
tree | b690a0ec75526178c5f17b100287ef93b2a14ddf /Doc/conf.py | |
parent | 1840c1abcade9215faf91b701ab4525ba948d9dc (diff) | |
download | cpython-761b9c6a53f3f5d13121c271e82a17f2447bd801.zip cpython-761b9c6a53f3f5d13121c271e82a17f2447bd801.tar.gz cpython-761b9c6a53f3f5d13121c271e82a17f2447bd801.tar.bz2 |
Insert correct OpenSearch base URL.
Diffstat (limited to 'Doc/conf.py')
-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 e4641ea..da70669 100644 --- a/Doc/conf.py +++ b/Doc/conf.py @@ -86,7 +86,7 @@ html_additional_pages = { } # Output an OpenSearch description file. -html_use_opensearch = True +html_use_opensearch = 'http://docs.python.org/dev' # Additional static files. html_static_path = ['tools/sphinxext/static'] |