From 759dd0b01a5cda4629104ef32607ea1a17d32fd4 Mon Sep 17 00:00:00 2001 From: Kevin Putnam Date: Mon, 5 Aug 2019 12:02:52 -0700 Subject: [PATCH] Removed specific references to Chinese and L19.01 in version picker. Signed-off-by: Kevin Putnam --- source/conf.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/source/conf.py b/source/conf.py index 7aebf8db..86fe2a1a 100644 --- a/source/conf.py +++ b/source/conf.py @@ -142,10 +142,12 @@ html_context = { "conf_py_path": "/source/", # Path in the checkout to the docs root "current_version": current_version, "languages": ( ("English", "/clearlinux/latest"), - ("Chinese", "/clearlinux/latest/zh_CN") + ("Future Language Support", "/clearlinux/latest") + #("Chinese", "/clearlinux/latest/zh_CN") ), "versions": ( ("latest", "/clearlinux/latest"), - ("L19.01", "/clearlinux/L19.01")) + ("Future LTS Support", "/clearlinux/latest")) + #("L19.01", "/clearlinux/L19.01")) } # Add any paths that contain custom themes here, relative to this directory.