From df3d124e9104a968cb46d094432bc209471e6acc Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Sun, 11 Oct 2020 18:38:55 -0400 Subject: Pydoc: Fix bpy.utils submodule showing in main toctree --- doc/python_api/sphinx_doc_gen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '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", -- cgit v1.2.3