From 6068fbddb507ef4023bb7261aad4ade8022b3330 Mon Sep 17 00:00:00 2001 From: Sandra McCann Date: Tue, 8 Nov 2022 19:37:24 -0500 Subject: [PATCH] set japanese 2.14 version (#79278) --- docs/docsite/sphinx_conf/core_lang_conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/sphinx_conf/core_lang_conf.py b/docs/docsite/sphinx_conf/core_lang_conf.py index 8ca4aa7e28b..4ba412d2cdb 100644 --- a/docs/docsite/sphinx_conf/core_lang_conf.py +++ b/docs/docsite/sphinx_conf/core_lang_conf.py @@ -32,7 +32,7 @@ sys.path.insert(0, os.path.join('ansible', 'lib')) # the repository version needs to be the one that is loaded: sys.path.insert(0, os.path.abspath(os.path.join('..', '..', '..', 'lib'))) -VERSION = 'devel' +VERSION = '2.14_ja' AUTHOR = 'Ansible, Inc'