Skip to content

Commit

Permalink
Fix Sphinx 5 warning by setting docs language
Browse files Browse the repository at this point in the history
Introduced in Sphinx 5.x:
sphinx-doc/sphinx#10062

We need to define a language in our conf.py
  • Loading branch information
rennerocha committed Jun 6, 2022
1 parent a57d7c6 commit a5d32c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Expand Up @@ -64,7 +64,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 a5d32c8

Please sign in to comment.