Skip to content

Commit

Permalink
[3.10] gh-86404: Doc CI: Disable suspicious checks. (GH-26575) (GH-98221
Browse files Browse the repository at this point in the history
)

gh-86404: Doc CI: Disable suspicious checks.
  • Loading branch information
JulienPalard committed Oct 12, 2022
1 parent 258c440 commit a0c1152
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/doc.yml
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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
Expand Down

0 comments on commit a0c1152

Please sign in to comment.