gh-86404: Doc CI: Disable suspicious checks.
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'
- 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