This directory contains source files for building our documentation. Please view the compiled documentation on our documentation page, as some links may not work here on GitHub.
Install additional libraries for building documentations:
pip install -r requirements.txt
Build documentations in HTML:
make html
The documentation will be generated at _build/html
.