summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakashi Kajinami <tkajinam@redhat.com>2022-06-07 00:35:53 +0900
committerTakashi Kajinami <tkajinam@redhat.com>2022-06-07 00:36:10 +0900
commit1dc635a32c30d4e6c823b8367247f4554365c456 (patch)
treea399b13eb22c8366c01f2b9b4e40ec0f012b9100
parent20c97e83d3af855e5e238dfa4b10b7bf29533d57 (diff)
downloadpython-swiftclient-1dc635a32c30d4e6c823b8367247f4554365c456.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: I842fd6c1eb5c0e14d85f8eec6078d735fbd506b8
-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 a1385e5..0d20256 100644
--- a/releasenotes/source/conf.py
+++ b/releasenotes/source/conf.py
@@ -71,7 +71,7 @@ copyright = '%d, OpenStack Foundation' % datetime.datetime.now().year
#
# 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: