I can confirm this error for languages 'sl' and 'cs'.

I notice the problem was with the genindex not being represented as
unicode string in context:

'rellinks': [('genindex', 'Op\xc4\x87eniti abecedni indeks'...

when I removed accented characters for translation of "General Index",
it worked for me...

hope it would help you until fixed.

Bojan

On Apr 28, 10:02 am, François Chenais <[email protected]>
wrote:
> Hello,
>
> Sphinx Version : yesterday hg clone
> Python Version: 2.6.2
>
> I'm writing french docs in UTF-8 format.
> The html sphinx doc building is ok with default *language* value set
> to `None` .
>
> Changing language value to 'fr' breaks the building process with
> message :
>
>    Please make sure all config values that contain non-ASCII content
> are Unicode strings
>
> So there is no html file created.
>
> A `UnicodeError` exception is catched in `sphinx/builders/html.py`
> line 697 while rendering the template.
>
> Is this can be an error in translation ?
>
>     François
>
> --
> 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 
> athttp://groups.google.com/group/sphinx-dev?hl=en.

-- 
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.

Reply via email to