docs: add documentation on how to build the docs locally

This commit is contained in:
Sönke Hahn 2016-01-28 12:47:03 +01:00
parent c53945098d
commit 207d51bbf9

8
doc/building-the-docs Normal file
View File

@ -0,0 +1,8 @@
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 .