We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 031dcd6 commit 46685edCopy full SHA for 46685ed
run.sh
@@ -68,7 +68,7 @@ function typing-dev {
68
69
function docs-dev {
70
rm -r docs/_build/html
71
- entr-project-files -cdr sphinx-build -W docs docs/_build/html "$@"
+ watch sphinx-build -W docs docs/_build/html "$@"
72
}
73
74
function serve-dev {
0 commit comments