-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Open
Labels
type:enhancementenhance or introduce a new featureenhance or introduce a new feature
Milestone
Description
Sphinx is a great tool. However, the need to create rst documents on disk prior to running sphinx-build is a bit inflexible. Sphinx-apidoc works around this limitation by requiring a separate script execution to manage api rst files. While this works, it requires extra steps and maintenance of the on-disk rst files, and additional tools like sphinx-apidoc for each set of dynamic documents generated.
I propose an enhancement to support dynamic document/doctree or perhaps even raw rst injection during sphinx-build execution. Ideally, this would be a hook or similar mechanism that extensions could use to inject documents prior to builder processing.
- Bitbucket: https://bitbucket.org/birkenfeld/sphinx/issue/1139
- Originally reported by: Bob Ziuchkovski
- Originally created at: 2013-04-08T21:35:48.477
webknjaz, jvcarli and Jacob-Stevens-Haas
Metadata
Metadata
Assignees
Labels
type:enhancementenhance or introduce a new featureenhance or introduce a new feature