Fix duplicate property references in generated API docs

This commit is contained in:
Campbell Barton 2020-05-11 16:41:06 +10:00
parent e3673fd869
commit 63849aac95
1 changed files with 0 additions and 3 deletions

View File

@ -1459,9 +1459,6 @@ def pyrna2sphinx(basepath):
for identifier, py_prop in base.get_py_properties():
lines.append(" * :class:`%s.%s`\n" % (base.identifier, identifier))
for identifier, py_prop in base.get_py_properties():
lines.append(" * :class:`%s.%s`\n" % (base.identifier, identifier))
if lines:
fw(".. rubric:: Inherited Properties\n\n")