Created
March 26, 2013 19:37
-
-
Save imankulov/5248493 to your computer and use it in GitHub Desktop.
One-liner. Auto-building Sphinx docs with watchdog. Forked from http://jacobian.org/writing/auto-building-sphinx/
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# pip install watchdog | |
exec watchmedo shell-command --patterns='*.rst;*.py' --ignore-pattern='_build/*' --recursive --command='make html' --wait |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Any idea why that would fail? I found similar commands all around but in my case it only react to one change (rebuild the doc once). Then hang.