We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 900bc27 commit b2c08c8Copy full SHA for b2c08c8
auto.sh
@@ -1,5 +1,8 @@
1
+# Don't wait till any change is done
2
+echo Building HTML files && make html
3
watchmedo shell-command \
4
--patterns="*.rst" \
5
--recursive \
6
--command='echo Rebuilding && make html' \
7
+ --drop
8
.
0 commit comments