I'm creating a Sphinx extension that generates a pretty huge number of RST files.
Since I formally know the content of them, I'd like to gain time and space by directly writing the docutils, skipping the RST generation and parsing of them.
Is there a way to directly write doctree files and integrate them into my Sphinx documentation?