Merge branch 'blender-v4.3-release'

This commit is contained in:
Campbell Barton
2024-11-06 10:51:53 +11:00
4 changed files with 5 additions and 5 deletions

View File

@@ -1623,7 +1623,7 @@ def pyrna2sphinx(basepath):
fw(" .. data:: {:s}\n".format(identifier))
else:
fw(" .. attribute:: {:s}\n".format(identifier))
# Also write `noindex` on requerst.
# Also write `noindex` on request.
if ("bpy.types", struct_id, identifier) in RST_NOINDEX_ATTR:
fw(" :noindex:\n")
fw("\n")