Unverified Commit feb4cf4f authored by James Lamb's avatar James Lamb Committed by GitHub
Browse files

[docs] set language = 'en' in Sphinx config (#5322)

parent ff947bfa
...@@ -150,7 +150,7 @@ release = version ...@@ -150,7 +150,7 @@ release = version
# #
# This is also used if you do content translation via gettext catalogs. # This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases. # Usually you set "language" from the command line for these cases.
language = None language = 'en'
# List of patterns, relative to source directory, that match files and # List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files. # directories to ignore when looking for source files.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment