mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
[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
2 changed files with 1 additions and 3 deletions
2
.github/workflows/doc.yml
vendored
2
.github/workflows/doc.yml
vendored
|
@ -43,8 +43,6 @@ jobs:
|
||||||
cache-dependency-path: 'Doc/requirements.txt'
|
cache-dependency-path: 'Doc/requirements.txt'
|
||||||
- name: 'Install build dependencies'
|
- name: 'Install build dependencies'
|
||||||
run: make -C Doc/ venv
|
run: make -C Doc/ venv
|
||||||
- name: 'Check documentation'
|
|
||||||
run: make -C Doc/ suspicious
|
|
||||||
- name: 'Build HTML documentation'
|
- name: 'Build HTML documentation'
|
||||||
run: make -C Doc/ SPHINXOPTS="-q" SPHINXERRORHANDLING="-W --keep-going" html
|
run: make -C Doc/ SPHINXOPTS="-q" SPHINXERRORHANDLING="-W --keep-going" html
|
||||||
- name: 'Upload'
|
- name: 'Upload'
|
||||||
|
|
|
@ -54,7 +54,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…
Add table
Add a link
Reference in a new issue