Skip to content

Commit ecfeed6

Browse files
authored
Merge pull request #30 from NSLS-II/docs
Default language in docs conf to en.
2 parents a0812a2 + 13db06e commit ecfeed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
#
9292
# This is also used if you do content translation via gettext catalogs.
9393
# Usually you set "language" from the command line for these cases.
94-
language = None
94+
language = "en"
9595

9696
# List of patterns, relative to source directory, that match files and
9797
# directories to ignore when looking for source files.

0 commit comments

Comments
 (0)