diff --git a/docs/_static/theme_overrides.css b/docs/_static/theme_overrides.css index 7418fa63ec..321d76146c 100644 --- a/docs/_static/theme_overrides.css +++ b/docs/_static/theme_overrides.css @@ -9,3 +9,7 @@ .wy-table-responsive { overflow: visible !important; } + +.wy-side-nav-search > a.home-link { + font-weight: 100; +} diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html index 5ead1c534f..70dd02e878 100644 --- a/docs/_templates/layout.html +++ b/docs/_templates/layout.html @@ -1,4 +1,29 @@ {% extends "!layout.html" %} + +{% block sidebartitle %} + {%- if logo and theme_logo_only %} + + + + {%- endif %} + + {%- if theme_display_version %} + {%- set nav_version = version %} + {%- if READTHEDOCS and current_version %} + {%- set nav_version = current_version %} + {%- endif %} + {%- if nav_version %} +