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
Thanks,
Chip
Here's the full command:
sphinx-build -b latex -d _build/doctrees -c sphinx_config -D
latex_documents="[('tutorialIndex', 'tutorial.tex', 'Tutorial',
'Company', 'manual', 1)]" _source _build
Running Sphinx v0.6.2
loading translations [en]... locale not available
loading pickled environment... failed: env version not current
building [latex]: all documents
updating environment: 5 added, 0 changed, 0 removed
reading sources... [100%] tutorialLowPassFilter
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
WARNING: "latex_documents" config value references unknown document [
WARNING: "latex_documents" config value references unknown document (
WARNING: "latex_documents" config value references unknown document '
WARNING: "latex_documents" config value references unknown document t
WARNING: "latex_documents" config value references unknown document u
WARNING: "latex_documents" config value references unknown document t
WARNING: "latex_documents" config value references unknown document o
WARNING: "latex_documents" config value references unknown document r
...<cut>...
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---