Some design changes

This commit is contained in:
Micah Lee 2020-08-25 15:29:39 -07:00
parent 591c1bc101
commit e111652eeb
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73
3 changed files with 19 additions and 4 deletions

View File

@ -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;
}

View File

@ -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

View File

@ -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: