Hi zhaozhi. 2011/6/26 zhaozhi <zhaozh...@gmail.com>: > when I try to compile django docs from text format into html, I > encountered this problem: > "Exception occurred: > File "/usr/lib/python2.6/posixpath.py", line 70, in join > path += '/' + b > UnicodeDecodeError: 'ascii' codec can't decode byte 0xe6 in position > 14: ordinal not in range(128) > "
Maybe, your django docs directory contains some multibyte characters. > How can i fix this problem? Thank you1 You will succeed if you do the build in the place where the multibyte characters are not included. Or, please apply this patch and teach the result. https://bitbucket.org/birkenfeld/sphinx/issue/703/multibyte-filename-handling Best regards. > -- > You received this message because you are subscribed to the Google Groups > "sphinx-dev" group. > To post to this group, send email to sphinx-dev@googlegroups.com. > To unsubscribe from this group, send email to > sphinx-dev+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/sphinx-dev?hl=en. -- Takayuki Shimizukawa @ sphinx-users.jp -- You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to sphinx-dev@googlegroups.com. To unsubscribe from this group, send email to sphinx-dev+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en.