epythet.scaffold¶
- epythet.scaffold(config, *, verbose=True, pages=None)[source]¶
Write the docsrc files for an already-loaded configuration.
- Parameters:
pages (
Optional[Sequence[PageSpec]]) – extra generated pages, written next toindex.mdand added to its toctree after the API entry.None(the default) means the conventional pages, i.e. the “For AI agents” page thatepythet.ai_artifacts.default_pagesproduces when the project has agent artifacts andai_artifactsis on; pass()for none.- Return type: