Added new logo to the documentation

This commit is contained in:
Simon Willison 2020-07-12 12:53:29 -07:00
commit ee0ef01652
2 changed files with 46 additions and 2 deletions

View file

@ -91,14 +91,20 @@ html_theme = "sphinx_rtd_theme"
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
# documentation.
#
# html_theme_options = {}
html_theme_options = {
"logo_only": True,
"style_nav_header_background": "white",
"prev_next_buttons_location": "both",
}
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ["_static"]
html_logo = "datasette-logo.svg"
html_css_files = [
"css/custom.css",
]

38
docs/datasette-logo.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 36 KiB