diff --git a/docs/source/_static/overrides.css b/docs/source/_static/overrides.css index c6a64ff837..b23c6343ee 100644 --- a/docs/source/_static/overrides.css +++ b/docs/source/_static/overrides.css @@ -1,3 +1,9 @@ -:root { - --header-height: 0rem; +/* TODO: in rc3, uncomment this out. +body { + --qiskit-top-nav-bar-height: 0px; } + +qiskit-ui-shell { + display: none; +} +*/ diff --git a/docs/source/_templates/layout.html b/docs/source/_templates/layout.html deleted file mode 100644 index 4b7c22a808..0000000000 --- a/docs/source/_templates/layout.html +++ /dev/null @@ -1,187 +0,0 @@ -{# Sphinx template variable setup #} -{%- if not embedded and docstitle %} - {%- set titlesuffix = " — "|safe + docstitle|e %} -{%- else %} - {%- set titlesuffix = "" %} -{%- endif %} -{%- set lang_attr = 'en' if language == None else (language | replace('_', '-')) -%} - - - -
- - - {{ metatags }} - {%- block htmltitle %} -