[Bf-blender-cvs] [df3d124e910] master: Pydoc: Fix bpy.utils submodule showing in main toctree

Aaron Carlisle noreply at git.blender.org
Mon Oct 12 00:39:12 CEST 2020


Commit: df3d124e9104a968cb46d094432bc209471e6acc
Author: Aaron Carlisle
Date:   Sun Oct 11 18:38:55 2020 -0400
Branches: master
https://developer.blender.org/rBdf3d124e9104a968cb46d094432bc209471e6acc

Pydoc: Fix bpy.utils submodule showing in main toctree

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

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 35e289d9683..5182c38748e 100644
--- a/doc/python_api/sphinx_doc_gen.py
+++ b/doc/python_api/sphinx_doc_gen.py
@@ -244,6 +244,7 @@ else:
         "bpy.types",  # supports filtering
         "bpy.utils",
         "bpy.utils.previews",
+        "bpy.utils.units",
         "bpy_extras",
         "gpu",
         "gpu.types",
@@ -1800,7 +1801,6 @@ def write_rst_index(basepath):
 
         # py modules
         "bpy.utils",
-        "bpy.utils.previews",
         "bpy.path",
         "bpy.app",



More information about the Bf-blender-cvs mailing list