From 827a7da443fae1b9c2b89d532a50adb87e7675c3 Mon Sep 17 00:00:00 2001 From: Conor Patrick Date: Thu, 6 Dec 2018 22:38:48 -0500 Subject: [PATCH] less obfuscated mkdocs --- Makefile | 6 ------ docs/documenting.md | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) 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.