Small tweaks to documentation configuration. Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
diff --git a/docs/_static/skywater-pdk-logo-top.png b/docs/_static/skywater-pdk-logo-top.png new file mode 100644 index 0000000..fe7e334 --- /dev/null +++ b/docs/_static/skywater-pdk-logo-top.png Binary files differ
diff --git a/docs/conf.py b/docs/conf.py index 8b39adb..69d4165 100644 --- a/docs/conf.py +++ b/docs/conf.py
@@ -149,11 +149,15 @@ # html_theme = "sphinx_symbiflow_theme" +html_logo = "_static/skywater-pdk-logo-top.png" + # 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. # https://sphinx-symbiflow-theme.readthedocs.io/en/latest/customization.html html_theme_options = { + 'nav_title': 'SkyWater SKY130 PDK', + 'color_primary': 'light-green', 'color_accent': 'teal',