[Bf-blender-cvs] [1d13950] master: API doc: enable 'split index' option.

Aaron Carlisle noreply at git.blender.org
Sun Oct 23 18:23:40 CEST 2016


Commit: 1d13950ae544d532ed5a89b5fe4184c60214ee71
Author: Aaron Carlisle
Date:   Sun Oct 23 17:47:56 2016 +0200
Branches: master
https://developer.blender.org/rB1d13950ae544d532ed5a89b5fe4184c60214ee71

API doc: enable 'split index' option.

===================================================================

M	doc/python_api/sphinx_doc_gen.py

===================================================================

diff --git a/doc/python_api/sphinx_doc_gen.py b/doc/python_api/sphinx_doc_gen.py
index 6c1b6943..432ccee 100644
--- a/doc/python_api/sphinx_doc_gen.py
+++ b/doc/python_api/sphinx_doc_gen.py
@@ -1655,6 +1655,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_split_index = True\n")
     fw("\n")
 
     # needed for latex, pdf gen




More information about the Bf-blender-cvs mailing list