目の前に僕らの道がある

勉強会とか、技術的にはまったことのメモ

2011-03-13から1日間の記事一覧

Sphinxでユニコードエラーが出た時の対処のメモ

Sphinxで日本語を含む文章をmake htmlした時、下記のようなエラーが出た。 masasuzu@leon% make html mkdir -p build/html build/doctrees sphinx-build -b html -d build/doctrees source build/html Sphinx v0.4.2, building html trying to load pickled …