Skip to content

Commit

Permalink
simplify docs env
Browse files Browse the repository at this point in the history
  • Loading branch information
Kriechi committed Aug 15, 2020
1 parent 729a89a commit 6426b26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ commands = flake8 --max-complexity 10 src test utils
basepython = python3.8
deps =
sphinx==3.2.1
whitelist_externals = make
changedir = {toxinidir}/docs
whitelist_externals = rm
commands =
rm -rf build
sphinx-build -nW -b html -d build/doctrees source build/html
make clean
make html

[testenv:packaging]
basepython = python3.8
Expand Down

0 comments on commit 6426b26

Please sign in to comment.