Skip to content

Commit 7ca3379

Browse files
committed
docs: set language to english
Avoids a warning when building.
1 parent 3ae56f3 commit 7ca3379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def extract_docs(infile, outfile):
177177
#
178178
# This is also used if you do content translation via gettext catalogs.
179179
# Usually you set "language" from the command line for these cases.
180-
language = None
180+
language = 'en'
181181

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

0 commit comments

Comments
 (0)