aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Palard <julien@palard.fr>2019-10-22 18:13:41 +0200
committerGitHub <noreply@github.com>2019-10-22 18:13:41 +0200
commitc987090c731a363c58a02d0efcb3c2d49ccf61ed (patch)
tree545c058dbebe962c7128cdae4cf65db840655470 /.travis.yml
parentbpo-38303: Make audioop extension module PEP-384 compatible (GH-16497) (diff)
downloadcpython-c987090c731a363c58a02d0efcb3c2d49ccf61ed.tar.gz
cpython-c987090c731a363c58a02d0efcb3c2d49ccf61ed.tar.bz2
cpython-c987090c731a363c58a02d0efcb3c2d49ccf61ed.zip
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 d4275fde642..807a7b2f24a 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"