From 6f2cfb1883417039ee9ea82cbcaf440b4849543e Mon Sep 17 00:00:00 2001 From: Kevin Putnam Date: Mon, 15 Jul 2019 08:15:47 -0700 Subject: [PATCH] Missed English language first time around Signed-off-by: Kevin Putnam --- source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/conf.py b/source/conf.py index 772feb9d..655f368e 100644 --- a/source/conf.py +++ b/source/conf.py @@ -139,7 +139,7 @@ html_context = { "github_version": "rtd-theme", # Version "conf_py_path": "/source/", # Path in the checkout to the docs root "current_version": current_version, - "languages": ( ("English", ""), + "languages": ( ("English", "/clearlinux-rtd"), ("Mandarin", "/clearlinux-rtd/zh_CN"), ("German", "/clearlinux-rtd/de") ),