doc: Remove sphinx language setting (#2822)

Sphinx now emits a warning if `language` is set to `None`
This commit is contained in:
Patrick Ziegler 2022-09-19 22:49:03 +02:00 committed by GitHub
parent 1d4e30c4be
commit 918bc212ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ master_doc = 'index'
#
# 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.