aboutsummaryrefslogtreecommitdiff
path: root/.azure-pipelines
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 /.azure-pipelines
parent8d17d2bd0a7358644d77b9ab675fa5b961248848 (diff)
downloadcpython3-c9c6e9f89aa68ce8094393a1a5575b67d26bc8c8.tar.gz
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 '.azure-pipelines')
-rw-r--r--.azure-pipelines/docs-steps.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.azure-pipelines/docs-steps.yml b/.azure-pipelines/docs-steps.yml
index eaf4ad0192..55c38611b9 100644
--- a/.azure-pipelines/docs-steps.yml
+++ b/.azure-pipelines/docs-steps.yml
@@ -16,7 +16,7 @@ steps:
displayName: 'Install build dependencies'
- ${{ if ne(parameters.latex, 'true') }}:
- - script: make check suspicious html PYTHON=python
+ - script: make check html PYTHON=python
workingDirectory: '$(build.sourcesDirectory)/Doc'
displayName: 'Build documentation'