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
552 stars 83 forks source link

Add -b option to specify builder #167

Closed almahdi404 closed 4 months ago

almahdi404 commented 4 months ago

Seems like sphinx-autobuild is currently using the default html builder.

Sphinx has a -b option for specifying builder.

Please add the -b option to sphinx-autobuild.

almahdi404 commented 4 months ago

It already has. Didn't see in the readme.