diff options
Diffstat (limited to 'sphinx/config.py')
| -rw-r--r-- | sphinx/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/config.py b/sphinx/config.py index 3e64ee2a..656df2cb 100644 --- a/sphinx/config.py +++ b/sphinx/config.py @@ -57,7 +57,7 @@ class Config(object): html_additional_pages = ({}, False), html_use_modindex = (True, False), html_copy_source = (True, False), - html_use_opensearch = (False, False), + html_use_opensearch = ('', False), # HTML help options htmlhelp_basename = ('pydoc', False), |
