Qiskit / qiskit_sphinx_theme

A Sphinx theme and documentation guidelines for Qiskit and Qiskit Ecosystem projects
https://qisk.it/docs-guide
Apache License 2.0
15 stars 29 forks source link

Allow hiding Qiskit top nav bar in Furo #468

Closed Eric-Arellano closed 1 year ago

Eric-Arellano commented 1 year ago

Unblocks https://github.com/Qiskit/qiskit_sphinx_theme/issues/465.

This allows turning off the top nav bar with simply this CSS:

body {
  --qiskit-top-nav-bar-height: 0;
}

qiskit-ui-shell {
  display: none;
}

We'll correctly turn off all the height adjustments we had to make in _top-nav-bar.scss and qiskit-sphinx-theme.js with that config.

--

We'll use this CSS code in the Ecosystem theme, and we know Rustworkx will also want to use this code manually when adopting qiskit-sphinx-theme 1.13.