Skip to content

Commit f42880c

Browse files
committed
Add language configuration
A missing language configuration is a warning, and thus CI error, in Sphinx 5
1 parent d0ff4f3 commit f42880c

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)