define_05_docs¶
Document Build and Deploy Automation for Python Projects.
- class pywf_open_source.define_05_docs.PyWfDocs[source]¶
Namespace class for document related automation.
- build_doc(real_run: bool = True, verbose: bool = True)[source]¶
Use sphinx doc to build documentation site locally. It set the necessary environment variables so that the
make htmlcommand can build the HTML successfully.Run:
sphinx-build -M html docs/source docs/build