Fix accidental use of `language='ja'` in docs (at 41bb388)

This commit is contained in:
jfbu 2017-03-23 11:03:38 +01:00
parent 161e3da3f3
commit 89431bf833

View File

@ -4,7 +4,7 @@
import re
import sphinx
language = 'ja'
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.todo',
'sphinx.ext.autosummary', 'sphinx.ext.extlinks',