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