Hi, Thank you for posting. Sadly, there no such options now. But I posted a PR for this feature. https://github.com/sphinx-doc/sphinx/pull/7116
Thanks, Takeshi KOMIYA 2020年2月8日(土) 22:02 Robert Cohn <[email protected]>: > > I want to pass arguments like -silent to latexmk. It works fine when I use > the standard makefile > > make LATEXMKOPTS=-silent > > > My use of sphinx is part of a workflow that does not use make, so I invoke > sphinx directly from a python script in a shell. > > I thought that this would work: > > export LATEXMKOPTS=-silent > sphinx-build -M latexpdf tmp tmp-build -C > > > But it ignores the LATEXMKOPTS. How can I invoke sphinx-build directly and > control the latexmk options? > > > -- > You received this message because you are subscribed to the Google Groups > "sphinx-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/sphinx-users/0e735212-ef93-4495-b4b5-1295ccc1fe5a%40googlegroups.com. -- You received this message because you are subscribed to the Google Groups "sphinx-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sphinx-users/CAFmkQAO0Ak9piAE26BKvxGPiRZPksEhuoa_eny6R0UvJtQaHTw%40mail.gmail.com.
