mirror of https://github.com/python/cpython
bpo-42238: Doc CI: Disable suspicious checks. (GH-26575)
They are slow and raise too many false positive, I'm in the slow process to try to change this.
This commit is contained in:
parent
ffd87b7093
commit
227a09325e
|
@ -38,7 +38,7 @@ jobs:
|
||||||
- name: 'Install build dependencies'
|
- name: 'Install build dependencies'
|
||||||
run: make -C Doc/ PYTHON=../python venv
|
run: make -C Doc/ PYTHON=../python venv
|
||||||
- name: 'Build documentation'
|
- name: 'Build documentation'
|
||||||
run: xvfb-run make -C Doc/ PYTHON=../python SPHINXOPTS="-q -W --keep-going -j4" doctest html suspicious
|
run: xvfb-run make -C Doc/ PYTHON=../python SPHINXOPTS="-q -W --keep-going -j4" doctest html
|
||||||
- name: 'Upload'
|
- name: 'Upload'
|
||||||
uses: actions/upload-artifact@v2.2.3
|
uses: actions/upload-artifact@v2.2.3
|
||||||
with:
|
with:
|
||||||
|
|
|
@ -53,7 +53,7 @@ matrix:
|
||||||
- cd Doc
|
- cd Doc
|
||||||
- make venv PYTHON=python
|
- make venv PYTHON=python
|
||||||
script:
|
script:
|
||||||
- make check html suspicious SPHINXOPTS="-q -W -j4"
|
- make check html SPHINXOPTS="-q -W -j4"
|
||||||
- name: "Documentation tests"
|
- name: "Documentation tests"
|
||||||
os: linux
|
os: linux
|
||||||
language: c
|
language: c
|
||||||
|
|
Loading…
Reference in New Issue