document docsrv target

This commit is contained in:
Paul Jimenez 2018-10-16 23:31:24 -04:00
parent f429d6798e
commit 25b5091a2c

View File

@ -2,8 +2,6 @@ Documentation of the `master` branch is deployed to Netlify automatically.
To host or develop locally: To host or develop locally:
- install python3 and pip - `make docsrv` and visit [localhost:8000](http://localhost:8000).
- `pip install mkdocs mkdocs-material`
- `mkdocs serve` and visit [localhost:8000](http://localhost:8000).
The file `runtime.txt` is necessary to tell Netlify to use Python3. The file `runtime.txt` is necessary to tell Netlify to use Python3.