From 1f2f5f660bf96434cc91dff0539755e546369616 Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Sat, 6 Jul 2019 16:01:49 -0400 Subject: API Docs: Use Opensearch --- doc/python_api/sphinx_doc_gen.py | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/python_api') diff --git a/doc/python_api/sphinx_doc_gen.py b/doc/python_api/sphinx_doc_gen.py index ab1c1908745..1a661fcdc5e 100644 --- a/doc/python_api/sphinx_doc_gen.py +++ b/doc/python_api/sphinx_doc_gen.py @@ -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") -- cgit v1.2.3