summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSandra McCann <samccann@redhat.com>2020-06-22 16:53:26 -0400
committerGitHub <noreply@github.com>2020-06-22 15:53:26 -0500
commit3b7f71dfae9a7fcc45ff35384ddc7482f837e435 (patch)
tree55bea3234df323fbf6f0ebb7cbbac2dba5273e52 /docs
parent89dfe8270524c7150a3329ff7a13f14ccf06d912 (diff)
downloadansible-3b7f71dfae9a7fcc45ff35384ddc7482f837e435.tar.gz
adds japanese translation as a version-switcher option (#70214) (#70217)
Co-authored-by: Alicia Cozine <acozine@users.noreply.github.com> (cherry picked from commit 4a0f42923b4487cf480446f0dae09acb916d9970)
Diffstat (limited to 'docs')
-rw-r--r--docs/docsite/rst/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docsite/rst/conf.py b/docs/docsite/rst/conf.py
index e9d6699c15..4cec0a725e 100644
--- a/docs/docsite/rst/conf.py
+++ b/docs/docsite/rst/conf.py
@@ -147,7 +147,7 @@ html_context = {
'current_version': version,
'latest_version': '2.9',
# list specifically out of order to make latest work
- 'available_versions': ('latest', '2.8', '2.7', 'devel'),
+ 'available_versions': ('latest', '2.9_ja', '2.8', '2.7', 'devel'),
'css_files': ('_static/ansible.css', # overrides to the standard theme
),
}