mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Remove parsetree after collecting attributes.
This commit is contained in:
parent
728e1904ec
commit
f2b4f9a43a
@ -234,6 +234,7 @@ class ModuleAnalyzer(object):
|
||||
attr_visitor = AttrDocVisitor(number2name, scope, self.encoding)
|
||||
attr_visitor.visit(self.parsetree)
|
||||
self.attr_docs = attr_visitor.collected
|
||||
self.parsetree = None
|
||||
return attr_visitor.collected
|
||||
|
||||
def find_tags(self):
|
||||
|
Loading…
Reference in New Issue
Block a user