If you have watchdog installed: https://pypi.python.org/pypi/watchdog Jacob Kaplan Moss came up with this very nice one liner to do this. $ watchmedo shell-command \ --patterns="*.txt" \ --ignore-pattern='_build/*' \ --recursive \ --command='make html' change to .rst if that is what your Sphinx docs make, etc. -- https://mail.python.org/mailman/listinfo/python-list
- Automating Sphinx generated documentation David Aldrich
- Re: Automating Sphinx generated documentation Laura Creighton
- Automating build from source (was: Automating Sphinx ... Ben Finney
- Re: Automating build from source (was: Automating... Chris Angelico
- Re: Automating build from source (was: Automating... Peter Otten
- Re: Automating build from source (was: Automa... John Wong
- Re: Automating build from source (was: Automa... Grant Edwards
- Re: Automating build from source (was: Automating Sph... Grant Edwards
- Re: Automating Sphinx generated documentation Peter Otten