We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffd87b7 commit 227a093Copy full SHA for 227a093
.github/workflows/doc.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: 'Install build dependencies'
39
run: make -C Doc/ PYTHON=../python venv
40
- name: 'Build documentation'
41
- run: xvfb-run make -C Doc/ PYTHON=../python SPHINXOPTS="-q -W --keep-going -j4" doctest html suspicious
+ run: xvfb-run make -C Doc/ PYTHON=../python SPHINXOPTS="-q -W --keep-going -j4" doctest html
42
- name: 'Upload'
43
uses: actions/upload-artifact@v2.2.3
44
with:
.travis.yml
@@ -53,7 +53,7 @@ matrix:
53
- cd Doc
54
- make venv PYTHON=python
55
script:
56
- - make check html suspicious SPHINXOPTS="-q -W -j4"
+ - make check html SPHINXOPTS="-q -W -j4"
57
- name: "Documentation tests"
58
os: linux
59
language: c
0 commit comments