Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 324 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 324 Bytes

mica-doc

Mica documentation

Building Documentation

Follow these steps on your DEV computer to build the documentation pages:

python -m venv venv
source venv/bin/activate
pip install sphinx pylint doc8 sphinx_rtd_theme sphinxcontrib-httpdomain
python -m sphinx -b html . "<FULL-PATH>/mica-doc/_build/html"