From 63849aac957fe82caeb6578a6a82bcd4f749247f Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 11 May 2020 16:41:06 +1000 Subject: Fix duplicate property references in generated API docs --- doc/python_api/sphinx_doc_gen.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'doc/python_api') diff --git a/doc/python_api/sphinx_doc_gen.py b/doc/python_api/sphinx_doc_gen.py index 36ec0174d80..15108fe2aa2 100644 --- a/doc/python_api/sphinx_doc_gen.py +++ b/doc/python_api/sphinx_doc_gen.py @@ -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") -- cgit v1.2.3