New submission from Berthold Höllmann :
I do get (with 2.7.1):
> python
Traceback (most recent call last):
File "/usr/local/gltools/python/Python-2.7/lib/python2.7/site.py", line 553,
in
main()
File "/usr/local/gltools/python/Python-2.7/lib/python2.7/site.py&qu
Berthold Höllmann <[EMAIL PROTECTED]> added the comment:
OK, using Unicode strings in conf.py does work, so make this a Bug in
sphinx-quickstart. My conf.py was generated by sphinx-quickstart, When
asked for the author(s) name I gave my name and conf.py was generated
with a simple string f
New submission from Berthold Höllmann <[EMAIL PROTECTED]>:
For a Project of mine I have set latex_documents to something like
latex_documents = [
('index', 'doc.tex', 'Documentation', 'Berthold Höllmann', 'manual'),
]
With this proces