mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix wrong argument for Domain.process_doc
This commit is contained in:
parent
3fdef7ec62
commit
9f1fead9c5
@ -35,4 +35,4 @@ class SphinxDomains(SphinxTransform):
|
||||
def apply(self):
|
||||
# type: () -> None
|
||||
for domain in itervalues(self.env.domains):
|
||||
domain.process_doc(self, self.env.docname, self.document)
|
||||
domain.process_doc(self.env, self.env.docname, self.document)
|
||||
|
Loading…
Reference in New Issue
Block a user