docs: add logo.

This commit is contained in:
Catherine 2024-01-04 11:28:04 +00:00
parent 0191011bde
commit 8ac22bc114
3 changed files with 4 additions and 0 deletions

View file

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 287 KiB

View file

@ -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)