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 06871ee commit 048d66aCopy full SHA for 048d66a
setup.cfg
tox.ini
@@ -83,7 +83,7 @@ per-file-ignores =
83
84
[testenv:docs]
85
deps = -r{toxinidir}/requirements-docs.txt
86
-commands = python setup.py build_sphinx
+commands = sphinx-build -W --keep-going -b html docs build/sphinx/html
87
88
[testenv:cover]
89
commands =
0 commit comments