]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.10] gh-86404: Doc CI: Disable suspicious checks. (GH-26575) (GH-98221)
authorJulien Palard <julien@palard.fr>
Wed, 12 Oct 2022 19:26:27 +0000 (21:26 +0200)
committerGitHub <noreply@github.com>
Wed, 12 Oct 2022 19:26:27 +0000 (21:26 +0200)
gh-86404: Doc CI: Disable suspicious checks.

.github/workflows/doc.yml
.travis.yml

index 3bc280be95f31e92620583a350cf4ed9a604ca58..0de062fdc0fae2e420362610c4c38847b1155c1b 100644 (file)
@@ -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'
index ee6cabe5ae0da30782c83396d66ce8e8f2b14f27..af64022be3dd74f9fbc5f1746602510c452eb311 100644 (file)
@@ -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