Skip to content

Commit

Permalink
doc: Comment out language option
Browse files Browse the repository at this point in the history
... because explicit language=None causes the below warning since
Sphinx 5.0.0.

Invalid configuration value found: 'language = None'. Update your
configuration to a valid language code. Falling back to 'en' (English).

Change-Id: Ieca6a2cb9724346ed4ee40a20335a02d737a3cd4
  • Loading branch information
kajinamit committed Jun 6, 2022
1 parent 7d761bf commit 75fa04a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,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 = None

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

0 comments on commit 75fa04a

Please sign in to comment.