Finished first draft of all features docs

This commit is contained in:
Micah Lee 2020-08-25 17:11:05 -07:00
parent 5b1cbe989e
commit 1e6746283c
12 changed files with 108 additions and 8 deletions

View file

@ -15,7 +15,7 @@ exclude_patterns = []
html_theme = "sphinx_rtd_theme"
html_logo = "_static/logo.png"
html_favicon = "_static/favicon.ico"
html_theme_options = {}
html_theme_options = {"logo_only": True}
html_static_path = ["_static"]
html_css_files = ["custom.css"]
html_show_sourcelink = False