servant/doc/README.md

9 lines
180 B
Markdown
Raw Permalink Normal View History

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 .