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 = -- To view, visit https://gerrit.wikimedia.org/r/555651 To unsubscribe, or for help writing mail filters, visit https://gerrit.wikimedia.org/r/settings Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I3b7a7fd7e4b1e8efc92b4dbae748a370aa445a77 Gerrit-Change-Number: 555651 Gerrit-PatchSet: 5 Gerrit-Owner: Dvorapa <[email protected]> Gerrit-Reviewer: Xqt <[email protected]> Gerrit-Reviewer: jenkins-bot (75)
_______________________________________________ Pywikibot-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits
