Hi, 2012/7/9 Simun Strukan <[email protected]>: > I've Installed Sphinx using: easy_install -U Sphinx > When I try to run sphinx-quickstart i get the following: -snip- > ValueError: unknown locale: UTF-8 > > I don't know where to go from there so any help is wellcome.
Probably, the locale of your terminal is set up as `LANG=UTF-8`, but `UTF-8` is wrong. You need set up your terminal locale like `LANG=en_US.UTF-8` or other. If it is necessary to output the sphinx html having the menu of non-English, etc., please change the language variable of conf.py like `language="ja"`. Best regards. -- 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 [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.
