Parcourir la source

.travis.yml: Treat Sphinx warnings as errors

Jan Holthuis il y a 5 ans
Parent
commit
7d7389962b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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