Treat RST warnings as build errors

This commit is contained in:
Otto Winter 2019-02-26 19:37:31 +01:00
parent c1ca3522e6
commit 93e8194ec0
No known key found for this signature in database
GPG Key ID: DB66C0BE6013F97E
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ ESPHOME_CORE_TAG = v1.11.1
.PHONY: html cleanhtml deploy help webserver Makefile netlify netlify-api api netlify-dependencies svg2png copy-svg2png
html:
sphinx-build -M html . _build $(O)
sphinx-build -M html . _build -W $(O)
cleanhtml:
rm -rf "_build/html/*"

View File

@ -89,7 +89,7 @@ Breaking Changes
- Removed heartbeat filter from binary sensors :corepr:`454`
- ``optimistic`` mode for template platforms has been split off into ``optimistic`` and
``assumed_state`` options :corepr:`455`
- ``run_cycles`` has been removed from deep_sleep :esphome:`353`
- ``run_cycles`` has been removed from deep_sleep :esphomepr:`353`
Other notable changes:
----------------------