docs: add documentation on how to build the docs locally
This commit is contained in:
parent
5c99396435
commit
896d2ba178
1 changed files with 8 additions and 0 deletions
8
doc/building-the-docs
Normal file
8
doc/building-the-docs
Normal 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 .
|
Loading…
Reference in a new issue