Removed specific references to Chinese and L19.01 in version picker.

Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
This commit is contained in:
Kevin Putnam
2019-08-05 12:02:52 -07:00
parent 82a8d7aaa5
commit 759dd0b01a
+4 -2
View File
@@ -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.