summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakashi Kajinami <tkajinam@redhat.com>2022-06-06 23:36:49 +0900
committerTakashi Kajinami <tkajinam@redhat.com>2022-06-06 15:34:22 +0000
commit75fa04a7cd9baea788d8db927b1abb7ebb6fe3ca (patch)
tree73c7e50348efb0ab2050ee8d68ee425388563534
parent7d761bff3da8e74407c9e7572c163d28daeaa109 (diff)
downloadheat-templates-master.tar.gz
doc: Comment out language optionHEADmaster
... 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
-rw-r--r--doc/source/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index c4583ab..ef93b55 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -74,7 +74,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
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.