diff options
author | Julien Palard <julien@palard.fr> | 2020-11-25 09:18:00 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-25 09:18:00 (GMT) |
commit | c9c6e9f89aa68ce8094393a1a5575b67d26bc8c8 (patch) | |
tree | c6e08068e44608ee38fc3c5337cbc39d5745b341 /.travis.yml | |
parent | 8d17d2bd0a7358644d77b9ab675fa5b961248848 (diff) | |
download | cpython-c9c6e9f89aa68ce8094393a1a5575b67d26bc8c8.zip cpython-c9c6e9f89aa68ce8094393a1a5575b67d26bc8c8.tar.gz cpython-c9c6e9f89aa68ce8094393a1a5575b67d26bc8c8.tar.bz2 |
bpo-42238: Doc: Remove make suspicious from the CI and docs builds. (GH-23313)
It probably helped a lot a while back, but may not be as usefull
today. We'll continue monitoring it before deletion, so true
positives can be migrated to rstlint.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 254a4ea..dfdf670 100644 --- a/.travis.yml +++ b/.travis.yml @@ -53,7 +53,7 @@ matrix: - cd Doc - make venv PYTHON=python script: - - make check suspicious html SPHINXOPTS="-q -W -j4" + - make check html SPHINXOPTS="-q -W -j4" - name: "Documentation tests" os: linux language: c |