jenkins-bot merged this change.

View Change

Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
[bugfix] Fix _build directory

Fixes the issue described in
https://github.com/sphinx-doc/sphinx/issues/6896

Change-Id: I6f8e6de4eaef69f699ca7b1d3b5f75cd74593a5a
---
M tox.ini
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tox.ini b/tox.ini
index 496b1b5..68f5cf2 100644
--- a/tox.ini
+++ b/tox.ini
@@ -68,7 +68,7 @@
[testenv:doc]
commands =
pip install -e .[security]
- sphinx-build -b html ./docs ./docs/_build
+ sphinx-build -M html ./docs ./docs/_build
rstcheck --recursive --report warning --ignore-directives automodule,autoclass,autofunction .
basepython = python3.5
deps =

To view, visit change 555655. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I6f8e6de4eaef69f699ca7b1d3b5f75cd74593a5a
Gerrit-Change-Number: 555655
Gerrit-PatchSet: 4
Gerrit-Owner: Dvorapa <dvorapa@seznam.cz>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: jenkins-bot (75)