jenkins-bot merged this change.

View Change

Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
[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(-)

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 change 555651. To unsubscribe, or for help writing mail filters, visit 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 <dvorapa@seznam.cz>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: jenkins-bot (75)