Pydoc: Fix bpy.utils submodule showing in main toctree

This commit is contained in:
2020-10-11 18:38:55 -04:00
parent 72335d5e89
commit df3d124e91

View File

@@ -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",