diff --git a/Makefile b/Makefile index 7be1e42..4c22e4d 100644 --- a/Makefile +++ b/Makefile @@ -84,12 +84,6 @@ venv: virtualenv venv ./venv/bin/pip install wheel -venv/bin/mkdocs: venv - ./venv/bin/pip install mkdocs mkdocs-material - -.PHONY: docsrv -docsrv: venv/bin/mkdocs - ./venv/bin/mkdocs serve .PHONY: fido2-test fido2-test: diff --git a/docs/documenting.md b/docs/documenting.md index f55a718..901f699 100644 --- a/docs/documenting.md +++ b/docs/documenting.md @@ -6,6 +6,6 @@ To host or develop locally: pip install mkdocs mkdocs-material ``` -`make docsrv` and visit [localhost:8000](http://localhost:8000). +`mkdocs serve` and visit [localhost:8000](http://localhost:8000). The file `runtime.txt` is necessary to tell Netlify to use Python3.