2020-08-23 22:52:43 -04:00
|
|
|
project = "OnionShare"
|
2020-08-27 20:30:42 -04:00
|
|
|
author = copyright = "Micah Lee, et al."
|
2022-10-17 21:15:01 -04:00
|
|
|
version = release = "2.6.1"
|
2020-08-23 22:52:43 -04:00
|
|
|
|
2020-08-24 19:30:21 -04:00
|
|
|
extensions = ["sphinx_rtd_theme"]
|
2020-08-23 22:52:43 -04:00
|
|
|
templates_path = ["_templates"]
|
|
|
|
exclude_patterns = []
|
|
|
|
|
2020-08-31 16:04:24 -04:00
|
|
|
languages = [
|
2021-02-15 18:31:22 -05:00
|
|
|
("English", "en"), # English
|
2023-09-05 14:36:25 -04:00
|
|
|
("Français", "fr"), # French
|
2022-10-09 18:01:55 -04:00
|
|
|
# ("Deutsch", "de"), # German
|
2022-01-17 13:33:13 -05:00
|
|
|
("Ελληνικά", "el"), # Greek
|
2022-10-09 18:01:55 -04:00
|
|
|
# ("Italiano", "it"), # Italian
|
2023-09-05 14:36:25 -04:00
|
|
|
# ("日本語", "ja"), # Japanese
|
|
|
|
# ("ភាសាខ្មែរ", "km"), # Khmer (Central)
|
2022-10-09 18:01:55 -04:00
|
|
|
# ("Norsk Bokmål", "nb_NO"), # Norwegian Bokmål
|
2023-09-05 14:36:25 -04:00
|
|
|
("Polish", "pl"), # Polish
|
2022-10-09 18:01:55 -04:00
|
|
|
# ("Portuguese (Brazil)", "pt_BR"), # Portuguese (Brazil))
|
|
|
|
# ("Русский", "ru"), # Russian
|
2022-01-17 13:33:13 -05:00
|
|
|
("Español", "es"), # Spanish
|
2023-09-05 14:36:25 -04:00
|
|
|
# ("Svenska", "sv"), # Swedish
|
2021-02-15 18:31:22 -05:00
|
|
|
("Türkçe", "tr"), # Turkish
|
2021-08-22 16:17:55 -04:00
|
|
|
("Українська", "uk"), # Ukrainian
|
2023-09-05 14:36:25 -04:00
|
|
|
("Tiếng Việt", "vi"), # Vietnamese
|
2020-08-31 16:04:24 -04:00
|
|
|
]
|
|
|
|
|
2022-10-17 21:15:01 -04:00
|
|
|
versions = ["2.3", "2.3.1", "2.3.2", "2.3.3", "2.4", "2.5", "2.6", "2.6.1"]
|
2020-08-31 16:04:24 -04:00
|
|
|
|
2020-08-24 19:30:21 -04:00
|
|
|
html_theme = "sphinx_rtd_theme"
|
2020-08-25 12:19:30 -04:00
|
|
|
html_logo = "_static/logo.png"
|
|
|
|
html_favicon = "_static/favicon.ico"
|
2020-08-26 16:34:03 -04:00
|
|
|
html_theme_options = {}
|
2020-09-03 14:52:02 -04:00
|
|
|
html_context = {"langs": languages, "versions": versions, "current_version": release}
|
2020-08-23 22:52:43 -04:00
|
|
|
html_static_path = ["_static"]
|
2020-08-24 19:56:34 -04:00
|
|
|
html_css_files = ["custom.css"]
|
2020-08-25 18:29:39 -04:00
|
|
|
html_show_sourcelink = False
|
|
|
|
html_show_sphinx = False
|
2020-08-23 22:52:43 -04:00
|
|
|
|
2020-08-24 19:30:21 -04:00
|
|
|
# sphinx-intl
|
2020-08-25 18:29:39 -04:00
|
|
|
language = "en"
|
2020-08-24 19:30:21 -04:00
|
|
|
locale_dirs = ["locale/"]
|
|
|
|
gettext_compact = False
|