We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 729a89a commit 6426b26Copy full SHA for 6426b26
tox.ini
@@ -34,11 +34,11 @@ commands = flake8 --max-complexity 10 src test utils
34
basepython = python3.8
35
deps =
36
sphinx==3.2.1
37
+whitelist_externals = make
38
changedir = {toxinidir}/docs
-whitelist_externals = rm
39
commands =
40
- rm -rf build
41
- sphinx-build -nW -b html -d build/doctrees source build/html
+ make clean
+ make html
42
43
[testenv:packaging]
44
0 commit comments