From e6e4c8111d8c18589d913b5b457f7561d4b9df70 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Mon, 6 Jun 2022 23:16:31 +0900 Subject: 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 --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.1