Skip to content

Commit

Permalink
Merge pull request #159 from datalad/doc-lang
Browse files Browse the repository at this point in the history
DOC: Set language in Sphinx config to en
  • Loading branch information
adswa committed May 31, 2022
2 parents de7aead + 5a01e02 commit 157a6c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
#
# 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
language = 'en'

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

0 comments on commit 157a6c0

Please sign in to comment.