summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorTakashi Kajinami <tkajinam@redhat.com>2022-06-07 00:36:55 +0900
committerTakashi Kajinami <tkajinam@redhat.com>2022-06-07 00:36:55 +0900
commit24648528a4870a2e9866ecffbd36206160f3c00f (patch)
treeaeab8b12677daf96ccd2ac041a089d59013ad37b /releasenotes
parent2ed6e08f982f09e27ffc24276c6066bd5c43d0d4 (diff)
downloadswift-24648528a4870a2e9866ecffbd36206160f3c00f.tar.gz
doc: Comment out language option
... 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: I052dc77c4d7f4304cc163864dd000beccf708a2a
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/source/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py
index 932a4cbbd..ea1ec4b6f 100644
--- a/releasenotes/source/conf.py
+++ b/releasenotes/source/conf.py
@@ -80,7 +80,7 @@ release = ''
#
# 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
# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used: