From 0b41e9b2f0191bee0be178ecd9b3bc6db6c37bb8 Mon Sep 17 00:00:00 2001 From: Sandra McCann Date: Mon, 22 Jun 2020 16:53:50 -0400 Subject: [PATCH] adds japanese translation as a version-switcher option (#70214) (#70216) Co-authored-by: Alicia Cozine (cherry picked from commit 4a0f42923b4487cf480446f0dae09acb916d9970) --- docs/docsite/rst/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/conf.py b/docs/docsite/rst/conf.py index 2d4cbada2c3..fd425ef9e37 100644 --- a/docs/docsite/rst/conf.py +++ b/docs/docsite/rst/conf.py @@ -148,7 +148,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 ), }