From 139be8c46201f2af9bf6a7ca9b133a190f5a557a Mon Sep 17 00:00:00 2001 From: Erik Bernhardsson Date: Fri, 2 Aug 2019 10:44:07 -0400 Subject: [PATCH] treat doc building warnings as errors --- .travis.yml | 2 +- docs/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2fcab79..aed056c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ before_install: - docker build -t jsonschema2db . # Make sure Sphinx works - pip install . sphinx - - sphinx-build -M html docs/ docs/_build/ + - sphinx-build -M html docs/ docs/_build/ -W script: - docker run jsonschema2db diff --git a/docs/conf.py b/docs/conf.py index 7ad71bf..c5a62c2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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.