Skip to content

Commit

Permalink
Merge pull request #130 from fetchai/fix/tox-docs
Browse files Browse the repository at this point in the history
fix tox docs testenvc
  • Loading branch information
DavidMinarsch authored Sep 26, 2019
2 parents f8a0707 + 3d5990f commit 27c6b8a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
mkdocs serve -a localhost:8080

0 comments on commit 27c6b8a

Please sign in to comment.