Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 180 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 180 Bytes

To build the docs locally:

$ virtualenv venv
$ . ./venv/bin/activate
$ pip install -r requirements.txt
$ make html

Docs will be built in _build/html/index.html .