Преглед изворни кода

.travis.yml: Treat Sphinx warnings as errors

Jan Holthuis пре 5 година
родитељ
комит
7d7389962b
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -14,7 +14,7 @@ before_script:
 - pre-commit run --all-files
 script:
 - mkdir html
-- sphinx-multiversion docs html
+- sphinx-multiversion -W docs html
 - python setup.py build sdist bdist_wheel
 
 # Deployment