Chip Webber schrieb:
> Guys,
> I'm having a trouble setting the latex_documents option from the
> sphinx-build command line. I have no problems setting other options,
> but I can't get sphinx-build to parse the list of tuples correctly. It
> is recognizing the list as a string, removing the quotes causes a whole
> new set of issues.
>
> Essentially what I'm trying to run the command:
>
> sphinx-build -D latex_documents="[('tutorialIndex', 'tutorial.tex',
> 'Tutorial', 'Company', 'manual', 1)]"
>
> Is there some combination of escaping characters that I am not trying?
> Or is this a bug/limitation in the command-line parser? I'm on Sphinx 0.6.2
Hi,
it's currently not supported to set non-string or dictionary keys with -D.
cheers,
Georg
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sphinx-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sphinx-dev?hl=en
-~----------~----~----~----~------~----~------~--~---