Fix bug that autobuild not working properly

- watch ``specs`` folder for changes since symbolic link is not supported
- add option to open browser automatically after build

Change-Id: I8a07406b76426402b610760b1e4516e89555298f
This commit is contained in:
Yujun Zhang 2017-12-19 12:55:43 +08:00
parent 834a474acd
commit 127fc6eff9
1 changed files with 1 additions and 1 deletions

View File

@ -24,4 +24,4 @@ commands = doc8 doc/source
whitelist_externals =
sphinx-autobuild
commands =
sphinx-autobuild doc/source doc/build
sphinx-autobuild --watch specs --open-browser doc/source doc/build