sphinx-build -D language=de -b pdf /Applications/MAMP/htdocs/test/doc/ /Applications/MAMP/htdocs/test/doc/de/pdf/
I tried this:
sphinx-build -D language=de pdf_documents='index','Test 2','file_name','My Name' -b pdf /Applications/MAMP/htdocs/test/doc/ /Applications/MAMP/htdocs/test/doc/de/pdf/
But that does not work...
Any ideas?
PS Any nicer themes for the PDF export?
Hi,
Unfortunately, no way to do that.
Sphinx does not support to give a complex option from command line.
Thanks,
Takeshi KOMIYA
2019年6月12日(水) 17:19 Beat Gurtner <b.re...@gmail.com>:
>
> Hi,
>
> I need to export my doc to PDF and I'd like to change the pdf_documents parameter from the command line.
>
> I use a mac and use this command in the terminal, which works:
>
> sphinx-build -D language=de -b pdf /Applications/MAMP/htdocs/test/doc/ /Applications/MAMP/htdocs/test/doc/de/pdf/
>
>
> I tried this:
>
>
> sphinx-build -D language=de pdf_documents='index','Test 2','file_name','My Name' -b pdf /Applications/MAMP/htdocs/test/doc/ /Applications/MAMP/htdocs/test/doc/de/pdf/
>
>
> But that does not work...
>
>
> Any ideas?
>
>
> PS Any nicer themes for the PDF export?
>
> --
> 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.