Skip to content

Commit 139be8c

Browse files
author
Erik Bernhardsson
committed
treat doc building warnings as errors
1 parent 4414877 commit 139be8c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ before_install:
1212
- docker build -t jsonschema2db .
1313
# Make sure Sphinx works
1414
- pip install . sphinx
15-
- sphinx-build -M html docs/ docs/_build/
15+
- sphinx-build -M html docs/ docs/_build/ -W
1616

1717
script:
1818
- docker run jsonschema2db

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
# Add any paths that contain custom static files (such as style sheets) here,
101101
# relative to this directory. They are copied after the builtin static files,
102102
# so a file named "default.css" will overwrite the builtin "default.css".
103-
html_static_path = ['_static']
103+
# html_static_path = ['_static']
104104

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

0 commit comments

Comments
 (0)