[Bf-blender-cvs] [e040cfe15af] blender2.8: PyDoc: Remove "API" from version

Aaron Carlisle noreply at git.blender.org
Tue Aug 14 02:54:18 CEST 2018


Commit: e040cfe15aff695246efcb4bbb0ea6fa4992fd19
Author: Aaron Carlisle
Date:   Mon Aug 13 20:53:45 2018 -0400
Branches: blender2.8
https://developer.blender.org/rBe040cfe15aff695246efcb4bbb0ea6fa4992fd19

PyDoc: Remove "API" from version

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

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 6943a191f5d..cde11268a9b 100644
--- a/doc/python_api/sphinx_doc_gen.py
+++ b/doc/python_api/sphinx_doc_gen.py
@@ -1625,8 +1625,8 @@ def write_sphinx_conf_py(basepath):
     fw("project = 'Blender'\n")
     fw("master_doc = 'index'\n")
     fw("copyright = u'Blender Foundation'\n")
-    fw("version = '%s - API'\n" % BLENDER_VERSION_DOTS)
-    fw("release = '%s - API'\n" % BLENDER_VERSION_DOTS)
+    fw("version = '%s'\n" % BLENDER_VERSION_DOTS)
+    fw("release = '%s'\n" % BLENDER_VERSION_DOTS)
 
     # Quiet file not in table-of-contents warnings.
     fw("exclude_patterns = [\n")



More information about the Bf-blender-cvs mailing list