8 lines
164 B
Text
8 lines
164 B
Text
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 .
|