Add some OnionShare styling to the theme and write some more docs

This commit is contained in:
Micah Lee 2020-08-24 19:56:34 -04:00
parent 17dbe8a168
commit 3921e78a89
6 changed files with 64 additions and 58 deletions

View file

@ -16,6 +16,7 @@ html_theme = "sphinx_rtd_theme"
html_logo = "_static/logo.svg"
html_theme_options = {}
html_static_path = ["_static"]
html_css_files = ["custom.css"]
# sphinx-intl
locale_dirs = ["locale/"]