Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 191 Bytes

File metadata and controls

16 lines (14 loc) · 191 Bytes

Instll Sphinx

pip install sphinx
pip install recommonmark
pip install sphinx_rtd_theme

Init the docs

sphinx-quickstarts

Build the docs

make html