sphinx-autobuild icon indicating copy to clipboard operation
sphinx-autobuild copied to clipboard

Support newly documented (but previously available) -M option

Open nwwells opened this issue 7 years ago • 3 comments

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.

nwwells avatar Jan 18 '18 14:01 nwwells

I have implemented this feature: https://github.com/rowanG077/sphinx-multibuild

rowanG077 avatar Apr 08 '18 18:04 rowanG077

Looks like a reasonable request!

pradyunsg avatar Aug 20 '20 12:08 pradyunsg

xref https://github.com/sphinx-doc/sphinx-autobuild/pull/151

deliciouslytyped avatar Jul 20 '24 17:07 deliciouslytyped

Closed in #173.

A

AA-Turner avatar Sep 03 '24 07:09 AA-Turner