epsman.web.buildSphinxHTML module

epsman

Local python script for HTML generation with Sphinx.

Can be called from Fabric for remote run case, only requires standard libs.

12/01/20 v1

epsman.web.buildSphinxHTML.genSphinxIndex(sourceDir)[source]

Generate index.rst for Sphinx based on dir structure.

Some redundency here, but more control (maybe). May be other/better ways to do this directly with globbing in index.rst, but didn’t find one yet.

Use “”” strings for basic templating engine.