Skip to content

Commit

Permalink
docs: set language to en
Browse files Browse the repository at this point in the history
Using language = None is deprecated and anyways falls back to 'en'.
To fix this warning, just set it to that value.

Signed-off-by: Felix Moessbauer <[email protected]>
Signed-off-by: Jan Kiszka <[email protected]>
  • Loading branch information
fmoessbauer authored and jan-kiszka committed Feb 26, 2024
1 parent 53b3f67 commit 5666adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,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 5666adf

Please sign in to comment.