Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit 29896ad

Browse files
zwarevstinner
authored andcommitted
Make Travis docs build more lenient (#16)
1 parent d783b01 commit 29896ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ matrix:
3333
- cd Doc
3434
- make venv PYTHON=python3
3535
script:
36-
- make html SPHINXBUILD="./venv/bin/python3 -m sphinx" SPHINXOPTS="-n -q -b linkcheck"
36+
- make html SPHINXBUILD="./venv/bin/python3 -m sphinx" SPHINXOPTS="-q"
3737
- os: linux
3838
language: c
3939
compiler: clang

0 commit comments

Comments
 (0)