make LATEXMKOPTS=-silentexport LATEXMKOPTS=-silent
sphinx-build -M latexpdf tmp tmp-build -CHi,
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 <rsc...@gmail.com>:
>
> 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 sphinx...@googlegroups.com.