From 303c19f736a058c1bd802f76aea556f9a9706be9 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Fri, 12 Jan 2024 17:10:45 +0100 Subject: [PATCH] Fix: API doc build error after adding missing texture_node to context --- 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 19ff36f799a..0a7702bf09c 100644 --- a/doc/python_api/sphinx_doc_gen.py +++ b/doc/python_api/sphinx_doc_gen.py @@ -1247,6 +1247,7 @@ context_type_map = { "soft_body": ("SoftBodyModifier", False), "speaker": ("Speaker", False), "texture": ("Texture", False), + "texture_node": ("Node", False), "texture_slot": ("TextureSlot", False), "texture_user": ("ID", False), "texture_user_property": ("Property", False),