jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/555655 )

Change subject: [bugfix] Fix _build directory
......................................................................

[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(-)

Approvals:
  Xqt: Looks good to me, approved
  jenkins-bot: Verified



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 https://gerrit.wikimedia.org/r/555655
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: I6f8e6de4eaef69f699ca7b1d3b5f75cd74593a5a
Gerrit-Change-Number: 555655
Gerrit-PatchSet: 4
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

Reply via email to