mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-02 06:26:10 -04:00
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:
parent
e77ff9093c
commit
5f2e8ef971
243 changed files with 430 additions and 35052 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue