Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 324 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 324 Bytes

References

Built using Sphinx with sphinx_rtd_theme

Building the documentation

If you have Docker installed you can run:

make shell

make html Then open up _build/index.html in your favorite web browser.

Alternatively, if you have pip installed, you can run:

pip install sphinx

make html Without any need for Docker.