We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd73110 commit 30da00eCopy full SHA for 30da00e
.github/workflows/doc.yml
@@ -43,8 +43,6 @@ jobs:
43
cache-dependency-path: 'Doc/requirements.txt'
44
- name: 'Install build dependencies'
45
run: make -C Doc/ venv
46
- - name: 'Check documentation'
47
- run: make -C Doc/ suspicious
48
- name: 'Build HTML documentation'
49
run: make -C Doc/ SPHINXOPTS="-q" SPHINXERRORHANDLING="-W --keep-going" html
50
- name: 'Upload'
.travis.yml
@@ -54,7 +54,7 @@ matrix:
54
- cd Doc
55
- make venv PYTHON=python
56
script:
57
- - make check html suspicious SPHINXOPTS="-q -W -j4"
+ - make check html SPHINXOPTS="-q -W -j4"
58
- name: "Documentation tests"
59
os: linux
60
language: c
0 commit comments