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 b3b09a6f2c
commit 50ae994535
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
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/"]