Remove languages from index of docs, and make docs build.sh build a different set of docs for each version

This commit is contained in:
Micah Lee 2020-09-03 11:52:02 -07:00
parent e77ff9093c
commit 5f2e8ef971
243 changed files with 430 additions and 35052 deletions

View file

@ -18,19 +18,13 @@ languages = [
("English", "en"),
]
versions = [
("2.3", "/")
]
versions = ["2.3"]
html_theme = "sphinx_rtd_theme"
html_logo = "_static/logo.png"
html_favicon = "_static/favicon.ico"
html_theme_options = {}
html_context = {
"langs": languages,
"versions": versions,
"current_version": release
}
html_context = {"langs": languages, "versions": versions, "current_version": release}
html_static_path = ["_static"]
html_css_files = ["custom.css"]
html_show_sourcelink = False