sphinx-doc / sphinx-autobuild

Watch a Sphinx directory and rebuild the documentation when a change is detected. Also includes a hot-reload web server.
MIT License
524 stars 75 forks source link

Arbitrary watch -- allow user to manually watch dirs #22

Closed ajylee closed 9 years ago

ajylee commented 9 years ago

Based on the feature/1-arbitrary-watch branch.

I have rebased, documented, fixed, and tested the feature. I also comprehensively tested the rest of the optional arguments.

Tested both py.test and travis.cl.

coveralls commented 9 years ago

Coverage Status

Coverage increased (+4.22%) to 66.47% when pulling f890f76e6b8beed9e603855e263b9983fe5daa42 on ajylee:feature/arbitrary-watch-develop into 90193c0462845634d77f0a8f9dffd47c1bb01edf on GaretJax:develop.

GaretJax commented 9 years ago

Wow, thank you very much for the contribution.

GaretJax commented 9 years ago

@ajylee, I just released 0.5.0 which includes your changes, so that you can start using it right away!

ajylee commented 9 years ago

@GaretJax, you're welcome, I'm glad I could help. And thanks for the update.