Skip to content

Commit

Permalink
Merge pull request #530 from lsst-dm/u/jonathansick/sphinx-5
Browse files Browse the repository at this point in the history
Add language configuration
  • Loading branch information
jonathansick committed Jun 1, 2022
2 parents d0ff4f3 + f42880c commit 89330f5
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@

# -- General configuration ------------------------------------------------

language = 'en'

# If your documentation needs a minimal Sphinx version, state it here.
# needs_sphinx = '1.0'

Expand Down Expand Up @@ -89,13 +91,6 @@
# The full version, including alpha/beta/rc tags.
release = version

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
language = None

# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
# today = ''
Expand Down

0 comments on commit 89330f5

Please sign in to comment.