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 104b974 commit 9756936Copy full SHA for 9756936
docs/build.sh
@@ -11,7 +11,7 @@ if [ "$(which sphinx-build > /dev/null 2>&1; echo $?)" -eq 1 ]; then
11
fi
12
13
# Watch logic.
14
-if [ "$1" == "-w" ]; then
+if [ "$1" == "-w" -o "$1" == "--watch" ]; then
15
16
# Sphinx-autobuild installation check.
17
if [ "$(which sphinx-autobuild > /dev/null 2>&1; echo $?)" -eq 1 ]; then
0 commit comments