Skip to content

Commit 30da00e

Browse files
committed
pythongh-86404: Doc CI: Disable suspicious checks.
1 parent bd73110 commit 30da00e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/doc.yml

-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ jobs:
4343
cache-dependency-path: 'Doc/requirements.txt'
4444
- name: 'Install build dependencies'
4545
run: make -C Doc/ venv
46-
- name: 'Check documentation'
47-
run: make -C Doc/ suspicious
4846
- name: 'Build HTML documentation'
4947
run: make -C Doc/ SPHINXOPTS="-q" SPHINXERRORHANDLING="-W --keep-going" html
5048
- name: 'Upload'

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ matrix:
5454
- cd Doc
5555
- make venv PYTHON=python
5656
script:
57-
- make check html suspicious SPHINXOPTS="-q -W -j4"
57+
- make check html SPHINXOPTS="-q -W -j4"
5858
- name: "Documentation tests"
5959
os: linux
6060
language: c

0 commit comments

Comments
 (0)