diff --git a/docs/Makefile b/docs/Makefile index b5218c28e..004bdd74a 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -1,5 +1,5 @@ html: - sphinx-build -b html ./source/ ./generated_docs/ + sphinx-build -b html ./source/ ./generated_docs/ -W --keep-going python3 ./source/edit_button_handler.py clean: