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

Added support for livereload >=2.4.1 #41

Closed rodcloutier closed 8 years ago

rodcloutier commented 8 years ago

This PR is intended to fix compatibility with livereload version >= 2.4.1 This version of livereload changed the API for watchers. It now expected a keyword parameter called ignore.

Fix #39 Fix #40

rodcloutier commented 8 years ago

Let me know if the PR is targeted at the right branch.

momijiame commented 8 years ago

LGTM!

GaretJax commented 8 years ago

Thanks for the fix!