We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca1fcdc + 139be8c commit ae9dee4Copy full SHA for ae9dee4
2 files changed
.travis.yml
@@ -12,7 +12,7 @@ before_install:
12
- docker build -t jsonschema2db .
13
# Make sure Sphinx works
14
- pip install . sphinx
15
- - sphinx-build -M html docs/ docs/_build/
+ - sphinx-build -M html docs/ docs/_build/ -W
16
17
script:
18
- docker run jsonschema2db
docs/conf.py
@@ -100,7 +100,7 @@
100
# Add any paths that contain custom static files (such as style sheets) here,
101
# relative to this directory. They are copied after the builtin static files,
102
# so a file named "default.css" will overwrite the builtin "default.css".
103
-html_static_path = ['_static']
+# html_static_path = ['_static']
104
105
# Custom sidebar templates, must be a dictionary that maps document names
106
# to template names.
0 commit comments