docs: add logo.
This commit is contained in:
parent
0191011bde
commit
8ac22bc114
3
docs/_static/custom.css
vendored
3
docs/_static/custom.css
vendored
|
@ -2,6 +2,9 @@
|
|||
a { text-decoration: underline; }
|
||||
.wy-menu-vertical a, .wy-side-nav-search > a { text-decoration: none; }
|
||||
|
||||
/* Make the logo more reasonably sized. */
|
||||
.wy-side-nav-search > a img.logo { width: 200px; }
|
||||
|
||||
/* Some of our section titles are looong */
|
||||
.wy-nav-side, .wy-side-scroll, .wy-menu-vertical { width: 340px; }
|
||||
.wy-side-nav-search { width: 325px; }
|
||||
|
|
BIN
docs/_static/logo.png
vendored
Normal file
BIN
docs/_static/logo.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 287 KiB |
|
@ -43,6 +43,7 @@ napoleon_custom_sections = ["Platform overrides"]
|
|||
html_theme = "sphinx_rtd_theme"
|
||||
html_static_path = ["_static"]
|
||||
html_css_files = ["custom.css"]
|
||||
html_logo = "_static/logo.png"
|
||||
|
||||
rst_prolog = """
|
||||
.. role:: pc(code)
|
||||
|
|
Loading…
Reference in a new issue