Skip to content

Commit

Permalink
sphinx: enable nit-picky mode
Browse files Browse the repository at this point in the history
  • Loading branch information
romintomasetti committed Aug 27, 2024
1 parent 4569ad4 commit b1f419c
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/ -W --keep-going
sphinx-build -b html ./source/ ./generated_docs/ -W -n --keep-going
python3 ./source/edit_button_handler.py

clean:
Expand Down

0 comments on commit b1f419c

Please sign in to comment.