mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-04 15:35:13 -04:00
Add onionshare CLI to cli folder, move GUI to desktop folder, and start refactoring it to work with briefcase
This commit is contained in:
parent
b81a55f546
commit
f4abcf1be9
583 changed files with 14871 additions and 474 deletions
|
@ -1,34 +0,0 @@
|
|||
import sphinx_rtd_theme
|
||||
import sphinx_intl
|
||||
|
||||
|
||||
project = "OnionShare"
|
||||
author = copyright = "Micah Lee, et al."
|
||||
version = release = "2.3"
|
||||
|
||||
extensions = ["sphinx_rtd_theme"]
|
||||
templates_path = ["_templates"]
|
||||
exclude_patterns = []
|
||||
|
||||
languages = [
|
||||
("Español", "es"),
|
||||
("English", "en"),
|
||||
("Українська", "uk"),
|
||||
]
|
||||
|
||||
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_static_path = ["_static"]
|
||||
html_css_files = ["custom.css"]
|
||||
html_show_sourcelink = False
|
||||
html_show_sphinx = False
|
||||
|
||||
# sphinx-intl
|
||||
language = "en"
|
||||
locale_dirs = ["locale/"]
|
||||
gettext_compact = False
|
Loading…
Add table
Add a link
Reference in a new issue