41 lines
1.2 KiB
Python
Raw Normal View History

project = "OnionShare"
author = copyright = "Micah Lee, et al."
2025-02-12 14:23:41 +11:00
version = release = "2.6.3"
extensions = ["sphinx_rtd_theme"]
templates_path = ["_templates"]
exclude_patterns = []
2020-09-01 01:34:24 +05:30
languages = [
("English", "en"), # English
2025-02-12 14:32:54 +11:00
("Shqip", "sq"), # Albanian
("Български", "bg"), #Bulgarian
("中文 (简体)", "zh_Hans"), # Simplified Chinese
("Deutsch", "de"), # German
2022-01-17 10:33:13 -08:00
("Ελληνικά", "el"), # Greek
2025-02-12 14:32:54 +11:00
("Gaeilge", "ga"), # Irish
2024-03-15 13:57:16 +05:30
("日本語", "ja"), # Japanese
2023-09-05 11:36:25 -07:00
("Polish", "pl"), # Polish
("Русский", "ru"), # Russian
2022-01-17 10:33:13 -08:00
("Español", "es"), # Spanish
("Türkçe", "tr"), # Turkish
2021-08-22 20:17:55 +00:00
("Українська", "uk"), # Ukrainian
2020-09-01 01:34:24 +05:30
]
2025-02-12 14:23:41 +11:00
versions = ["2.3", "2.3.1", "2.3.2", "2.3.3", "2.4", "2.5", "2.6", "2.6.1", "2.6.2", "2.6.3"]
2020-09-01 01:34:24 +05:30
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_static_path = ["_static"]
html_css_files = ["custom.css"]
2020-08-25 15:29:39 -07:00
html_show_sourcelink = False
html_show_sphinx = False
# sphinx-intl
2020-08-25 15:29:39 -07:00
language = "en"
locale_dirs = ["locale/"]
gettext_compact = False