mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-11 15:29:38 -05:00
Some design changes
This commit is contained in:
parent
591c1bc101
commit
e111652eeb
@ -4,4 +4,14 @@
|
||||
|
||||
.wy-side-nav-search {
|
||||
background-color: #5f0f5f;
|
||||
}
|
||||
|
||||
.wy-nav-content a:link,
|
||||
.wy-nav-content a:visited {
|
||||
color: #2980b9;
|
||||
}
|
||||
|
||||
.wy-nav-content a:active,
|
||||
.wy-nav-content a:hover {
|
||||
color: #3091d1;
|
||||
}
|
@ -3,13 +3,13 @@ import sphinx_intl
|
||||
|
||||
|
||||
project = "OnionShare"
|
||||
author = copyright = "Micah Lee, et al."
|
||||
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"
|
||||
@ -18,7 +18,10 @@ html_favicon = "_static/favicon.ico"
|
||||
html_theme_options = {}
|
||||
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
|
||||
|
@ -8,7 +8,9 @@ Flatpak Instructions
|
||||
|
||||
There are various ways to install OnionShare for Linux, but the recommended way is to use the Flatpak package. Flatpak ensures that you'll always use the most latest dependencies and run OnionShare inside of a sandbox.
|
||||
|
||||
Make sure you have ``flatpak`` installed and the Flathub repository added by following `these instructions <https://flatpak.org/setup/>`_ for your Linux distribution. Then install OnionShare from Flathub by following `the instructions here <https://flathub.org/apps/details/org.onionshare.OnionShare>`_.
|
||||
Make sure you have ``flatpak`` installed and the Flathub repository added by following `these instructions <https://flatpak.org/setup/>`_ for your Linux distribution.
|
||||
|
||||
Then install OnionShare from Flathub by following `the instructions here <https://flathub.org/apps/details/org.onionshare.OnionShare>`_.
|
||||
|
||||
.. _verifying_sigs:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user