API Docs: Use Opensearch

This commit is contained in:
Aaron Carlisle 2019-07-06 16:01:49 -04:00
parent f702830a79
commit 1f2f5f660b
1 changed files with 1 additions and 0 deletions

View File

@ -1634,6 +1634,7 @@ def write_sphinx_conf_py(basepath):
# not helpful since the source is generated, adds to upload size.
fw("html_copy_source = False\n")
fw("html_show_sphinx = False\n")
fw("html_use_opensearch = 'https://docs.blender.org/api/current'\n")
fw("html_split_index = True\n")
fw("html_static_path = ['static']\n")
fw("html_extra_path = ['static/favicon.ico', 'static/blender_logo.svg']\n")