Thanks! I see it was in the latest release. Robert
On Saturday, February 8, 2020 at 10:29:49 AM UTC-5, Komiya Takeshi wrote: > > 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] <javascript:>>: > > > > 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] <javascript:>. > > 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/db938005-f356-4845-ab28-2992c1c9a799%40googlegroups.com.
