aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Palard <julien@palard.fr>2020-11-25 10:18:00 +0100
committerGitHub <noreply@github.com>2020-11-25 10:18:00 +0100
commitc9c6e9f89aa68ce8094393a1a5575b67d26bc8c8 (patch)
treec6e08068e44608ee38fc3c5337cbc39d5745b341 /.github
parentDoc: Minor fixes (GH-23422) (diff)
downloadcpython-c9c6e9f89aa68ce8094393a1a5575b67d26bc8c8.tar.gz
cpython-c9c6e9f89aa68ce8094393a1a5575b67d26bc8c8.tar.bz2
cpython-c9c6e9f89aa68ce8094393a1a5575b67d26bc8c8.zip
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 '.github')
-rw-r--r--.github/workflows/doc.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml
index 7c6012eed4f..f0dbfcd9d3b 100644
--- a/.github/workflows/doc.yml
+++ b/.github/workflows/doc.yml
@@ -36,7 +36,7 @@ jobs:
- name: 'Install build dependencies'
run: make -C Doc/ PYTHON=../python venv
- name: 'Build documentation'
- run: xvfb-run make -C Doc/ PYTHON=../python SPHINXOPTS="-q -W --keep-going -j4" doctest suspicious html
+ run: xvfb-run make -C Doc/ PYTHON=../python SPHINXOPTS="-q -W --keep-going -j4" doctest html
- name: 'Upload'
uses: actions/upload-artifact@v2.2.0
with: