Skip to content

Commit c3b83f0

Browse files
committed
fix sphinx config
Otherwise Sphinx complains: ``` WARNING: Invalid configuration value found: 'language = None'. Update your configuration to a valid language code. Falling back to 'en' (English). ```
1 parent 1b7a2dd commit c3b83f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
#
7777
# This is also used if you do content translation via gettext catalogs.
7878
# Usually you set "language" from the command line for these cases.
79-
language = None
79+
language = 'en'
8080

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

0 commit comments

Comments
 (0)