You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/Makefile
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -157,7 +157,7 @@ checkbuild:
157
157
$(SPHINXBUILD) -n -q ./ $(BUILDDIR)
158
158
159
159
watch:
160
-
ifcommand -v entr > /dev/null;then find . -type f -not -path '*/\.*'| grep -i '.*[.]rst'| entr -c make html;else make html;echo"\nInstall entr(1) to automatically run tests on file change.\n See http://entrproject.org/";fi
160
+
ifcommand -v entr > /dev/null;then find .. -type f -not -path '*/\.*'| grep -i '.*[.]rst\|CHANGES\|TODO\/conf\.py'| entr -c make html;else make html;echo"\nInstall entr(1) to automatically run tests on file change.\n See http://entrproject.org/";fi
161
161
162
162
serve:
163
163
echo'docs built to <http://0.0.0.0:8003/_build/html>'; python -m SimpleHTTPServer 8003
0 commit comments