9 lines
180 B
Markdown
9 lines
180 B
Markdown
|
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 .
|