[Bf-blender-cvs] [a3cc1fcaf36] blender2.8: PyAPI Docs: Fix syntax error

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


Commit: a3cc1fcaf36ef16f21cf87bc51639c631c9c666d
Author: Aaron Carlisle
Date:   Mon Aug 13 19:22:57 2018 -0400
Branches: blender2.8
https://developer.blender.org/rBa3cc1fcaf36ef16f21cf87bc51639c631c9c666d

PyAPI Docs: Fix syntax error

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

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 b542eb46c9d..8df0734ea9c 100644
--- a/doc/python_api/sphinx_doc_gen.py
+++ b/doc/python_api/sphinx_doc_gen.py
@@ -1696,7 +1696,7 @@ def write_rst_contents(basepath):
 
     if not EXCLUDE_INFO_DOCS:
         fw(".. toctree::\n")
-        fw("   :maxdepth: 1\n)
+        fw("   :maxdepth: 1\n")
         fw("   :caption: Blender/Python Documentation\n\n")
         for info, info_desc in INFO_DOCS:
             fw("   %s <%s>\n\n" % (info_desc, info))



More information about the Bf-blender-cvs mailing list