Skip to content

Commit 6426b26

Browse files
committed
simplify docs env
1 parent 729a89a commit 6426b26

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ commands = flake8 --max-complexity 10 src test utils
3434
basepython = python3.8
3535
deps =
3636
sphinx==3.2.1
37+
whitelist_externals = make
3738
changedir = {toxinidir}/docs
38-
whitelist_externals = rm
3939
commands =
40-
rm -rf build
41-
sphinx-build -nW -b html -d build/doctrees source build/html
40+
make clean
41+
make html
4242

4343
[testenv:packaging]
4444
basepython = python3.8

0 commit comments

Comments
 (0)