Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0d5f110

Browse files
authored
Don't treat warnings as error in Travis docs job (#7)
bpo-29527.
1 parent79ab8be commit0d5f110

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="-nW -q -b linkcheck"
36+
-make html SPHINXBUILD="./venv/bin/python3 -m sphinx" SPHINXOPTS="-n -q -b linkcheck"
3737
-os:linux
3838
language:c
3939
compiler:clang

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp