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

Fixed incompatibility with livereload==2.4.1 #43

Closed jmc734 closed 8 years ago

jmc734 commented 8 years ago

As of version v2.4.1 of the livereload package, they've decided to include a new argument, ignore, when they make their watch() call from Server.watch(). This causes a TypeError so I just changed the sphinx_autobuild watch() signature to capture an undefined number of parameters.

jmc734 commented 8 years ago

I've submitted a pull request to the livereload project to add backwards compatibility on their end. It's yet to be pulled.

adamchainz commented 8 years ago

+1

GaretJax commented 8 years ago

Fixed in #41