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

Add __main__.py #46

Closed mgeier closed 8 years ago

mgeier commented 8 years ago

This allows one to use

python3 -m sphinx_autobuild <source-dir> <build-dir>
coveralls commented 8 years ago

Coverage Status

Coverage decreased (-0.7%) to 75.966% when pulling eecb203729c0624c8233ea2b559c73c5cab466ab on mgeier:main** into 1065f5f189ba3d13cf3c25525d49fc730060ccd3 on GaretJax:develop**.

GaretJax commented 8 years ago

Thanks for the PR! 😄