onionshare/docs/source/conf.py

28 lines
622 B
Python
Raw Normal View History

import sphinx_rtd_theme
import sphinx_intl
project = "OnionShare"
2020-08-25 18:29:39 -04:00
author = (
copyright
) = "Micah Lee, et al. Like all software, OnionShare may contain bugs or vulnerabilities."
version = release = "2.3"
extensions = ["sphinx_rtd_theme"]
templates_path = ["_templates"]
exclude_patterns = []
html_theme = "sphinx_rtd_theme"
html_logo = "_static/logo.png"
html_favicon = "_static/favicon.ico"
html_theme_options = {}
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