There are a couple of issue here:
- .. module should be used to reference the actual module and not parent module.
- Do not include data and attributes in the index. This also cleans up the genindex.
Fixes T77276
Differential D7913
Fix T77276: Generating Python API docs raises lots of warnings about duplicate object definitions Authored by Aaron Carlisle (Blendify) on Jun 2 2020, 11:54 PM. Tags Subscribers None
Details There are a couple of issue here:
Fixes T77276
Diff Detail Event TimelineComment Actions Committed rB953c232db31f: Fix T77276: Generating Python API docs raises many warnings with minor changes.
|