mirror of https://github.com/python/cpython.git
[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:
parent
258c440b47
commit
a0c11529f3
|
@ -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'
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue