summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJulien Palard <julien@palard.fr>2019-10-22 16:13:41 (GMT)
committerGitHub <noreply@github.com>2019-10-22 16:13:41 (GMT)
commitc987090c731a363c58a02d0efcb3c2d49ccf61ed (patch)
tree545c058dbebe962c7128cdae4cf65db840655470 /.travis.yml
parentf548a3e4a28c5496755f9f8d057fc8d031b27655 (diff)
downloadcpython-c987090c731a363c58a02d0efcb3c2d49ccf61ed.zip
cpython-c987090c731a363c58a02d0efcb3c2d49ccf61ed.tar.gz
cpython-c987090c731a363c58a02d0efcb3c2d49ccf61ed.tar.bz2
Bump Sphinx to 2.2.0. (GH-16532)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index d4275fd..807a7b2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -55,7 +55,7 @@ matrix:
# Sphinx is pinned so that new versions that introduce new warnings won't suddenly cause build failures.
# (Updating the version is fine as long as no warnings are raised by doing so.)
# The theme used by the docs is stored separately, so we need to install that as well.
- - python -m pip install sphinx==2.0.1 blurb python-docs-theme
+ - python -m pip install sphinx==2.2.0 blurb python-docs-theme
script:
- make check suspicious html SPHINXOPTS="-q -W -j4"
- name: "Documentation tests"