summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSandra McCann <samccann@redhat.com>2022-11-08 19:37:24 -0500
committerGitHub <noreply@github.com>2022-11-08 16:37:24 -0800
commit6068fbddb507ef4023bb7261aad4ade8022b3330 (patch)
treec02540c4cfa82e2b909af1e3352cc3794a3d3a25 /docs
parent6f93710d1f76f73e74d01f9e2ec3588ef92fa216 (diff)
downloadansible-6068fbddb507ef4023bb7261aad4ade8022b3330.tar.gz
set japanese 2.14 version (#79278)
Diffstat (limited to 'docs')
-rw-r--r--docs/docsite/sphinx_conf/core_lang_conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docsite/sphinx_conf/core_lang_conf.py b/docs/docsite/sphinx_conf/core_lang_conf.py
index 8ca4aa7e28..4ba412d2cd 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'