Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 573770d

Browse files
Set default language in conf.tmpl
language is passed on to sphinx and used to set lang attr on the html tag - imnportant to give it a meaningful value
1 parent 5a13125 commit 573770d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

runestone/common/project_template/conf.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ version = '0.0.1'
6161
release = '0.0'
6262

6363
# The language for content autogenerated by Sphinx. Refer to documentation
64-
# for a list of supported languages.
65-
#language = None
64+
# for a list of supported languages. https://www.sphinx-doc.org/en/master/usage/configuration.html
65+
language = "en"
6666

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

0 commit comments

Comments
 (0)