jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/555651 )
Change subject: [docs] Fix tox missing command warning ......................................................................
[docs] Fix tox missing command warning
Per https://www.sphinx-doc.org/en/master/usage/quickstart.html these commands are equivalent
Change-Id: I3b7a7fd7e4b1e8efc92b4dbae748a370aa445a77 --- M tox.ini 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/tox.ini b/tox.ini index 63d1c50..496b1b5 100644 --- a/tox.ini +++ b/tox.ini @@ -68,7 +68,7 @@ [testenv:doc] commands = pip install -e .[security] - make html -C ./docs + sphinx-build -b html ./docs ./docs/_build rstcheck --recursive --report warning --ignore-directives automodule,autoclass,autofunction . basepython = python3.5 deps =
pywikibot-commits@lists.wikimedia.org