summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakashi Kajinami <tkajinam@redhat.com>2022-06-06 23:16:31 +0900
committerTakashi Kajinami <tkajinam@redhat.com>2022-06-06 23:16:57 +0900
commite6e4c8111d8c18589d913b5b457f7561d4b9df70 (patch)
treef0c468f90d51aa36a1fd28fab415d3aa116ef86e
parent8f784480a30570a46f0fbea18ce4368da353aa83 (diff)
downloadheat-cfntools-e6e4c8111d8c18589d913b5b457f7561d4b9df70.tar.gz
doc: Comment out language option
The previous commit 8f784480a30570a46f0fbea18ce4368da353aa83 hard-coded the language option to the default value ('en') but it is not required unless the option is explicitly defined. Change-Id: Ic2b9b44409859e791ff341ba34a0a036839e3728
-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 1745f8e..ca8c4af 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -65,7 +65,7 @@ copyright = 'OpenStack Foundation'
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
-language = 'en'
+# language = None
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.