proj_flow.ext.python.rtdocs
The proj_flow.ext.python.rtdocs defines RTDocs step (“RTD”), which uses
.readthedocs.yaml to build the HTML documentation.
- class proj_flow.ext.python.rtdocs.RTDocs
Runs the jobs defined by
.readthedocs.yamlto build the docs- Name:
RTD
- Requires:
python -m PyYAML
- class proj_flow.ext.python.rtdocs.Builder
Base class for any recognized builder in the
.readthedocs.yamlconfig.