Skip to content

Commit 89330f5

Browse files
authored
Merge pull request #530 from lsst-dm/u/jonathansick/sphinx-5
Add language configuration
2 parents d0ff4f3 + f42880c commit 89330f5

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

conf.py

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232

3333
# -- General configuration ------------------------------------------------
3434

35+
language = 'en'
36+
3537
# If your documentation needs a minimal Sphinx version, state it here.
3638
# needs_sphinx = '1.0'
3739

@@ -89,13 +91,6 @@
8991
# The full version, including alpha/beta/rc tags.
9092
release = version
9193

92-
# The language for content autogenerated by Sphinx. Refer to documentation
93-
# for a list of supported languages.
94-
#
95-
# This is also used if you do content translation via gettext catalogs.
96-
# Usually you set "language" from the command line for these cases.
97-
language = None
98-
9994
# There are two options for replacing |today|: either, you set today to some
10095
# non-false value, then it is used:
10196
# today = ''

0 commit comments

Comments
 (0)