Skip to content

Commit 46685ed

Browse files
committed
run.sh: use watch for docs-dev.
1 parent 031dcd6 commit 46685ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ function typing-dev {
6868

6969
function docs-dev {
7070
rm -r docs/_build/html
71-
entr-project-files -cdr sphinx-build -W docs docs/_build/html "$@"
71+
watch sphinx-build -W docs docs/_build/html "$@"
7272
}
7373

7474
function serve-dev {

0 commit comments

Comments
 (0)