[Bf-blender-cvs] [1f2b7576ae1] arcpatch-D9139: Fix ops indent

Aaron Carlisle noreply at git.blender.org
Wed Oct 7 21:33:46 CEST 2020


Commit: 1f2b7576ae16a2bf8b6c1e1fe69e04511f0baca1
Author: Aaron Carlisle
Date:   Wed Oct 7 13:55:10 2020 -0400
Branches: arcpatch-D9139
https://developer.blender.org/rB1f2b7576ae16a2bf8b6c1e1fe69e04511f0baca1

Fix ops indent

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

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 26a12e733b2..f4fad758523 100644
--- a/doc/python_api/sphinx_doc_gen.py
+++ b/doc/python_api/sphinx_doc_gen.py
@@ -1639,7 +1639,7 @@ def pyrna2sphinx(basepath):
                     else:
                         url_base = API_BASEURL
 
-                    fw("   :file: `%s\\:%d <%s/%s$%d>`_\n\n" %
+                    fw("      :file: `%s\\:%d <%s/%s$%d>`_\n\n" %
                        (location[0], location[1], url_base, location[0], location[1]))
 
             file.close()



More information about the Bf-blender-cvs mailing list