Skip to content

Commit

Permalink
treat warnings as errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Bernhardsson committed Aug 2, 2019
1 parent 4d800ab commit 8a1f0da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -10,6 +10,6 @@ install:
- pip install pytest flaky .
script:
- py.test -s -v --cov=convoys .
- sphinx-build -M html docs/ docs/_build/
- sphinx-build -M html docs/ docs/_build/ -W
after_success:
- coveralls
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -100,7 +100,7 @@
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
# html_static_path = ['_static']

# Custom sidebar templates, must be a dictionary that maps document names
# to template names.
Expand Down

0 comments on commit 8a1f0da

Please sign in to comment.