onionshare/docs/source/conf.py

40 lines
1.1 KiB
Python
Raw Normal View History

project = "OnionShare"
author = copyright = "Micah Lee, et al."
2022-06-19 23:36:08 -04:00
version = release = "2.6"
extensions = ["sphinx_rtd_theme"]
templates_path = ["_templates"]
exclude_patterns = []
2020-08-31 16:04:24 -04:00
languages = [
("English", "en"), # English
2022-01-17 13:33:13 -05:00
("Français", "fr"), # French
("Deutsch", "de"), # German
("Ελληνικά", "el"), # Greek
("Italiano", "it"), # Italian
("Norsk Bokmål", "nb_NO"), # Norwegian Bokmål
("Polish", "pl"), # Polish
("Portuguese (Brazil)", "pt_BR"), # Portuguese (Brazil))
2021-05-20 11:39:45 -04:00
("Русский", "ru"), # Russian
2022-01-17 13:33:13 -05:00
("Español", "es"), # Spanish
("Türkçe", "tr"), # Turkish
2021-08-22 16:17:55 -04:00
("Українська", "uk"), # Ukrainian
2020-08-31 16:04:24 -04:00
]
2022-01-17 12:51:04 -05:00
versions = ["2.3", "2.3.1", "2.3.2", "2.3.3", "2.4", "2.5"]
2020-08-31 16:04:24 -04:00
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 18:29:39 -04:00
html_show_sourcelink = False
html_show_sphinx = False
# sphinx-intl
2020-08-25 18:29:39 -04:00
language = "en"
locale_dirs = ["locale/"]
gettext_compact = False