Skip to content

Commit

Permalink
Merge pull request #425 from antoinemeyer5/stop-ci-if-warnings
Browse files Browse the repository at this point in the history
#378: Add sphinx-build options to ensure that the documentation builds warning free
  • Loading branch information
fnrizzi authored Jul 20, 2023
2 parents 69b1b16 + 0bdcd37 commit ca5d2c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit ca5d2c4

Please sign in to comment.