Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 319 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 319 Bytes

How to contribute docs

We use Sphinx to build document, please make sure you installed the appropriate Sphinx plugins before making the docs.

pip install -U sphinx
pip install recommonmark
pip install sphinx_rtd_theme
pip install myst-parser
cd docs
./make html