From 5b1cbe989ec6f15fe359801ea2201f5b756d8154 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Tue, 25 Aug 2020 15:29:39 -0700 Subject: [PATCH] Some design changes --- docs/source/_static/custom.css | 10 ++++++++++ docs/source/conf.py | 9 ++++++--- docs/source/install.rst | 4 +++- 3 files changed, 19 insertions(+), 4 deletions(-) diff --git a/docs/source/_static/custom.css b/docs/source/_static/custom.css index 05c1ec1c..b6ce2330 100644 --- a/docs/source/_static/custom.css +++ b/docs/source/_static/custom.css @@ -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; } \ No newline at end of file diff --git a/docs/source/conf.py b/docs/source/conf.py index 09754d51..4c3ae6b5 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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 diff --git a/docs/source/install.rst b/docs/source/install.rst index 0a784fef..dc234296 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -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 `_ for your Linux distribution. Then install OnionShare from Flathub by following `the instructions here `_. +Make sure you have ``flatpak`` installed and the Flathub repository added by following `these instructions `_ for your Linux distribution. + +Then install OnionShare from Flathub by following `the instructions here `_. .. _verifying_sigs: