jenkins-bot merged this change.

View Change

Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
docs/requirements-py3.txt: Use sphinx >= 1.8

Use rstcheck >= 3.3.1 in tox.ini which fixes an incompatibility with
sphinx 1.8+ and use sphinx >= 1.8 for building the docs.

Bug: T204189
Change-Id: I3cc5618db175f9f366bfaa2cdb6a918446387da3
---
M docs/requirements-py3.txt
M tox.ini
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/requirements-py3.txt b/docs/requirements-py3.txt
index 194ce1b..d7647fc 100644
--- a/docs/requirements-py3.txt
+++ b/docs/requirements-py3.txt
@@ -2,6 +2,6 @@
# using sphinx on python3.4.
# requirements.txt and pywikibot[security] are also needed

-sphinx<1.8.0
+sphinx >= 1.8
sphinx-epytext>=0.0.4
unidiff
diff --git a/tox.ini b/tox.ini
index 9f468e8..68da0e9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -105,7 +105,7 @@
deps =
-rrequirements.txt
-rdocs/requirements-py3.txt
- rstcheck
+ rstcheck >= 3.3.1

[flake8]
# The following are intentionally ignored, possibly pending consensus

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

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I3cc5618db175f9f366bfaa2cdb6a918446387da3
Gerrit-Change-Number: 475037
Gerrit-PatchSet: 1
Gerrit-Owner: Dalba <dalba.wiki@gmail.com>
Gerrit-Reviewer: Dalba <dalba.wiki@gmail.com>
Gerrit-Reviewer: John Vandenberg <jayvdb@gmail.com>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: jenkins-bot (75)