mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Added new logo to the documentation
This commit is contained in:
parent
cd231e97cd
commit
ee0ef01652
2 changed files with 46 additions and 2 deletions
10
docs/conf.py
10
docs/conf.py
|
|
@ -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
38
docs/datasette-logo.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 36 KiB |
Loading…
Add table
Add a link
Reference in a new issue