Browse Source

.travis.yml: Treat Sphinx warnings as errors

Jan Holthuis 5 years ago
parent
commit
7d7389962b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

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