sphinx-quickstartでValueError: unknown locale: UTF-8が出たら
Sphinxでsphinx-quickstartコマンドを打ってValueError: unknown locale: UTF-8のエラーが出たら、.bashrc、.profile、.zshrcのどれかに下記に行を入力後、シェルをリロードすればエラーが消えます。
export LC_ALL=en_US.UTF-8 export LANG=en_US.UTF-8
▼参考URL
http://const-cast.blogspot.jp/2009/04/mercurial-on-mac-os-x-valueerror.html