From 3d5990fadaef0338f1e856a339423c65db47ad07 Mon Sep 17 00:00:00 2001 From: MarcoFavorito Date: Thu, 26 Sep 2019 14:42:40 +0200 Subject: [PATCH] fix tox docs testenv. --- tox.ini | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 92bf4a7b7b..7e7254eac1 100644 --- a/tox.ini +++ b/tox.ini @@ -31,12 +31,16 @@ commands = mypy aea packages tests scripts description = Build the documentation. basepython = python3.7 deps = mkdocs + mkdocs-material + pymdown-extensions commands = mkdocs build --clean [testenv:docs-serve] description = Run a development server for working on documentation. basepython = python3.7 deps = mkdocs + mkdocs-material + pymdown-extensions commands = mkdocs build --clean python -c 'print("###### Starting local server. Press Control+C to stop server ######")' - mkdocs serve -a localhost:8080 \ No newline at end of file + mkdocs serve -a localhost:8080