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.

Reply via email to