sphinx-autobuild
sphinx-autobuild copied to clipboard
Support newly documented (but previously available) -M option
See https://github.com/sphinx-doc/sphinx/pull/3938/files for the documentation, and https://github.com/sphinx-doc/sphinx/blob/master/sphinx/make_mode.py for implementation
Basically -M is a alias for -b with some additional handling for other features like a help and LaTeX.
Assuming this is just something we can pass through, it would allow me to do something like
make html --auto
and simply use sphinx-autobuild as the SPHINXBUILD option.
I have implemented this feature: https://github.com/rowanG077/sphinx-multibuild
Looks like a reasonable request!
xref https://github.com/sphinx-doc/sphinx-autobuild/pull/151
Closed in #173.
A