From a37c5e7d6c9c0a6fde00a0e2315981dc8d9f739e Mon Sep 17 00:00:00 2001 From: John Kiril Swenson Date: Thu, 12 Jun 2025 15:36:42 -0500 Subject: [PATCH] Fix: API doc build error after adding `asset` to context Introduced by 3f9c943243. --- doc/python_api/sphinx_doc_gen.py | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/python_api/sphinx_doc_gen.py b/doc/python_api/sphinx_doc_gen.py index 0cc74f1c2ef..363b835b5cf 100644 --- a/doc/python_api/sphinx_doc_gen.py +++ b/doc/python_api/sphinx_doc_gen.py @@ -1188,6 +1188,7 @@ context_type_map = { "annotation_data": [("GreasePencil", False)], "annotation_data_owner": [("ID", False)], "armature": [("Armature", False)], + "asset": [("AssetRepresentation", False)], "asset_library_reference": [("AssetLibraryReference", False)], "bone": [("Bone", False)], "brush": [("Brush", False)],