From c2399324348397c223bc4b8317d2820088995c0a Mon Sep 17 00:00:00 2001 From: Daniel Chimeno Date: Thu, 16 Feb 2017 22:29:10 +0100 Subject: [PATCH] [skip ci] added commment about autobuild inside vms (#3379) --- docs/autobuild.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/autobuild.sh b/docs/autobuild.sh index f31a2a85e..4c23d3283 100755 --- a/docs/autobuild.sh +++ b/docs/autobuild.sh @@ -1,4 +1,8 @@ #!/bin/sh +# If you want to run this script inside a vm and save changes outside of it +# You should upgrade watchdog library to the latest in https://github.com/gorakhargosh/watchdog +# and add --debug-force-polling argument to shell-command +# watchmedo shell-command --debug-force-polling --patterns="*.rst" --ignore-pattern='_build/*' --recursive --command='make html; echo "Waiting for more changes..."' echo "Waiting for you to save the docs..." watchmedo shell-command --patterns="*.rst" --ignore-pattern='_build/*' --recursive --command='make html; echo "Waiting for more changes..."'