mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-02 06:26:10 -04:00
Some design changes
This commit is contained in:
parent
562ceaa018
commit
5b1cbe989e
3 changed files with 19 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue