From 25b5091a2cbe75834b46767d14ae909ca53ffe34 Mon Sep 17 00:00:00 2001 From: Paul Jimenez Date: Tue, 16 Oct 2018 23:31:24 -0400 Subject: [PATCH] document docsrv target --- docs/documenting.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/documenting.md b/docs/documenting.md index 9f6d0cc..012d8d1 100644 --- a/docs/documenting.md +++ b/docs/documenting.md @@ -2,8 +2,6 @@ Documentation of the `master` branch is deployed to Netlify automatically. To host or develop locally: -- install python3 and pip -- `pip install mkdocs mkdocs-material` -- `mkdocs serve` and visit [localhost:8000](http://localhost:8000). +- `make docsrv` and visit [localhost:8000](http://localhost:8000). The file `runtime.txt` is necessary to tell Netlify to use Python3.