Doco¶
Doco module.
Functions for serving sphinx generated documentation via flask.
- codestream.doco.run(dry_run, directory, port)¶
Run.
Run the doco module.
- codestream.doco.serve(directory, port)¶
Serve the docs.
Serves the HTML docs generated with Sphinx using Flask.
When run outside a container can override the port and folder.