Pydoc: Fix bpy.utils submodule showing in main toctree

This commit is contained in:
Aaron Carlisle 2020-10-11 18:38:55 -04:00
parent 72335d5e89
commit df3d124e91
1 changed files with 1 additions and 1 deletions

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