aboutsummaryrefslogtreecommitdiff
path: root/docs/source/conf.py
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2020-08-24 19:56:34 -0400
committerMicah Lee <micah@micahflee.com>2020-08-24 19:56:34 -0400
commit50ae9945359fc88cae7c428f5f7f52b77ac47aa3 (patch)
tree7ed37b2d8939d1dba005d883173f05d983e937f2 /docs/source/conf.py
parentb3b09a6f2caa5c940184f6f127cfc19513ff09f0 (diff)
downloadonionshare-50ae9945359fc88cae7c428f5f7f52b77ac47aa3.tar.gz
onionshare-50ae9945359fc88cae7c428f5f7f52b77ac47aa3.zip
Add some OnionShare styling to the theme and write some more docs
Diffstat (limited to 'docs/source/conf.py')
-rw-r--r--docs/source/conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 2387fe30..0061b8d3 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -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/"]