aboutsummaryrefslogtreecommitdiff
path: root/docs/source/conf.py
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2020-09-03 11:52:02 -0700
committerMicah Lee <micah@micahflee.com>2020-09-03 11:52:02 -0700
commit023bb8d7ac73b34bc6d05bcf72037b4897f4e53b (patch)
tree68e559f58fc04ca41d6fd58c5b9367fb54188ff4 /docs/source/conf.py
parent5e53c0441b201a958493534f72bade67779757a4 (diff)
downloadonionshare-023bb8d7ac73b34bc6d05bcf72037b4897f4e53b.tar.gz
onionshare-023bb8d7ac73b34bc6d05bcf72037b4897f4e53b.zip
Remove languages from index of docs, and make docs build.sh build a different set of docs for each version
Diffstat (limited to 'docs/source/conf.py')
-rw-r--r--docs/source/conf.py10
1 files changed, 2 insertions, 8 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index f8d79a6d..4c89946e 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -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