From 37ad72ab23785089a65a3291b66a4063d13b0cf3 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 26 Jul 2022 12:17:16 +1000 Subject: Fix T99966: Python API docs fail to generate The recent addition of "active_action" [0] required updating in the API docs type information. [0]: cd21022b78fe48c16ab11d04682bb92271873a9c --- doc/python_api/sphinx_doc_gen.py | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') diff --git a/doc/python_api/sphinx_doc_gen.py b/doc/python_api/sphinx_doc_gen.py index f5e0369cede..240bec6fd30 100644 --- a/doc/python_api/sphinx_doc_gen.py +++ b/doc/python_api/sphinx_doc_gen.py @@ -1131,6 +1131,7 @@ def pymodule2sphinx(basepath, module_name, module, title, module_all_extra): # Changes In Blender will force errors here. context_type_map = { # context_member: (RNA type, is_collection) + "active_action": ("Action", False), "active_annotation_layer": ("GPencilLayer", False), "active_bone": ("EditBone", False), "active_file": ("FileSelectEntry", False), -- cgit v1.2.3