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 84 forks source link

Support building multiple targets? #168

Open deliciouslytyped opened 4 months ago

deliciouslytyped commented 4 months ago

It would be nice if autobuilding multiple targets was possible. I found https://github.com/rowanG077/sphinx-multibuild but didn't test it.

This might make more sense after https://github.com/sphinx-doc/sphinx-autobuild/pull/151 lands. At least for me, my main targets are the html and the latexpdf builds.

Then again, this could should also be solvable by just launching sphinx-autobuild multiple times though, and that may be much simpler.