MCPcopy
hub / github.com/sphinx-doc/sphinx / master_doctree

Method master_doctree

sphinx/environment/__init__.py:665–666  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

663
664 @functools.cached_property
665 def master_doctree(self) -> nodes.document:
666 return self.get_doctree(self.config.root_doc)
667
668 def get_and_resolve_doctree(
669 self,

Callers

nothing calls this directly

Calls 1

get_doctreeMethod · 0.95

Tested by

no test coverage detected