Skip to content

Commit

Permalink
doc/conf: fix sphinx language setting
Browse files Browse the repository at this point in the history
sphinx-build 5.1.1 and above throws a warning which is treated as an
error while building.

Invalid configuration value found: 'language = None'. Update your configuration to a valid language code. Falling back to 'en' (English).
  • Loading branch information
inashivb committed Aug 12, 2022
1 parent 9b4a133 commit 2c4d6b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/userguide/conf.py
Expand Up @@ -80,7 +80,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'

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

0 comments on commit 2c4d6b3

Please sign in to comment.