[Bf-blender-cvs] [831cfcfb3d] master: API: Do not show "Created using Sphinx" in the footer

Aaron noreply at git.blender.org
Thu Jan 19 22:15:35 CET 2017


Commit: 831cfcfb3dc30ce3a3c8e7251a099ee09c02f34f
Author: Aaron
Date:   Thu Jan 19 16:16:04 2017 -0500
Branches: master
https://developer.blender.org/rB831cfcfb3dc30ce3a3c8e7251a099ee09c02f34f

API: Do not show "Created using Sphinx" in the footer

I talked to Campbell and he said there is no need for this

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

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 3cb98c677c..e8154f9ea6 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_show_sphinx = False\n")
     fw("html_split_index = True\n")
     fw("\n")




More information about the Bf-blender-cvs mailing list