mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-25 17:17:54 +01:00
Treat RST warnings as build errors
This commit is contained in:
parent
c1ca3522e6
commit
93e8194ec0
2
Makefile
2
Makefile
@ -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/*"
|
||||
|
@ -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:
|
||||
----------------------
|
||||
|
Loading…
Reference in New Issue
Block a user