Re: Author field with an ampersand fails make all-pdf

2008-10-17 Thread Sergey A. Lipnevich
Actually, the author is a company with an ampersand in its name, not a person (credit to document writers is attributed in a History section, if you're curious). Thanks for clarifications! On Oct 16, 5:43 pm, Georg Brandl [EMAIL PROTECTED] wrote: The author and title fields of the LaTeX

Re: Problem with latex and section names starting with accented characters

2008-10-17 Thread Georg Brandl
Roger Demetrescu schrieb: Hi guys (btw, is anyone reading this ? :)) I've upgraded Sphinx to the latest release (0.4.3) but no luck yet... I've also find out that the problem occurs only with sections that will be converted to chapters: In the following index.rst, only Álbum

Re: How to create Pygments extension for Sphinx

2008-10-17 Thread Georg Brandl
Gabriel Gellner schrieb: You can register an extension in the Sphinx conf.py file, say you have a pygments extension called foo_highlighting (which is an importable module or package . . .). Then add the lines: # If your extensions are in another directory, add it here.

Passing config into templates

2008-10-17 Thread Ian Bicking
I want to do something like: sphinx-build -E live_site=1 ... And then do something like: {% if live_site == '1' %} ... google analytics code ... {% endif %} But I don't see a way to pass the options through to the template? Or is there another way to do this? -- Ian Bicking