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
541 stars 82 forks source link

python2.6 fixes to string formatting #7

Closed bubenkoff closed 10 years ago

GaretJax commented 10 years ago

I don't like indexed arguments... is this the only needed change to make it run under python 2.6?

bubenkoff commented 10 years ago

yes, the only one needed, it just works like a charm :)

On 4 June 2014 10:24, Jonathan Stoppani notifications@github.com wrote:

I don't like indexed arguments... is this the only needed change to make it run under python 2.6?

— Reply to this email directly or view it on GitHub https://github.com/GaretJax/sphinx-autobuild/pull/7#issuecomment-45063675 .

Anatoly Bubenkov

GaretJax commented 10 years ago

Let's merge it anyway then... :-)