aboutsummaryrefslogtreecommitdiff
path: root/docs/source/conf.py
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2020-10-12 22:40:55 -0700
committerMicah Lee <micah@micahflee.com>2020-10-12 22:40:55 -0700
commitf4abcf1be9122a28005dc3e0949bf5952192e982 (patch)
tree0c6fdb71401ac294403fe87730ef6a73b0d7498a /docs/source/conf.py
parentb81a55f546ffaf00586e43cdc279b967da096e4f (diff)
downloadonionshare-f4abcf1be9122a28005dc3e0949bf5952192e982.tar.gz
onionshare-f4abcf1be9122a28005dc3e0949bf5952192e982.zip
Add onionshare CLI to cli folder, move GUI to desktop folder, and start refactoring it to work with briefcase
Diffstat (limited to 'docs/source/conf.py')
-rw-r--r--docs/source/conf.py34
1 files changed, 0 insertions, 34 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
deleted file mode 100644
index a8d0393e..00000000
--- a/docs/source/conf.py
+++ /dev/null
@@ -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