Closed grothesque closed 8 years ago
I reproduce the problem with 1.2.3 and succeeded with 1.3.3. It seems already fixed at between 1.2.3 and 1.3.3. So I close this issue.
Could you upgrade your sphinx to newest one?
Thank you for reporting.
Takeshi KOMIYA wrote:
I reproduce the problem with 1.2.3 and succeeded with 1.3.3. It seems already fixed at between 1.2.3 and 1.3.3. So I close this issue.
Indeed. I was using 1.2 because of a bug in 1.3.1 that has been fixed by now.
Could you upgrade your sphinx to newest one?
WIth 1.3.3 it works indeed, thanks.
With Python 3, Sphinx does not accept UTF-8-encoded source files, when the locale is set to "C". This happens although the
source_encoding
configuration variable is left at its default value (See http://sphinx-doc.org/config.html#confval-source_encoding).This behavior is problematic. For example, Debian packages get built with a "C" locale when an isolated build enviroment (cowbuilder) is used.
To reproduce the problem execute for example the following shell commands
The last command fails with the following message
This is the full traceback: