[3.10] gh-86404: Doc CI: Disable suspicious checks. (GH-26575) (GH-98221)

gh-86404: Doc CI: Disable suspicious checks.
This commit is contained in:
Julien Palard 2022-10-12 21:26:27 +02:00 committed by GitHub
parent 258c440b47
commit a0c11529f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View File

@ -43,8 +43,6 @@ jobs:
cache-dependency-path: 'Doc/requirements.txt'
- name: 'Install build dependencies'
run: make -C Doc/ venv
- name: 'Check documentation'
run: make -C Doc/ suspicious
- name: 'Build HTML documentation'
run: make -C Doc/ SPHINXOPTS="-q" SPHINXERRORHANDLING="-W --keep-going" html
- name: 'Upload'

View File

@ -54,7 +54,7 @@ matrix:
- cd Doc
- make venv PYTHON=python
script:
- make check html suspicious SPHINXOPTS="-q -W -j4"
- make check html SPHINXOPTS="-q -W -j4"
- name: "Documentation tests"
os: linux
language: c