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

Furo: nbgallery not rendering correctly because of missing CSS #518

Closed coruscating closed 1 year ago

coruscating commented 1 year ago

On certain projects such as Experiments, nbgallery doesn't render correctly without manually adding the CSS file.

image

Eric-Arellano commented 1 year ago

For posterity, one project was fixed by removing sphinx-tabs. Bad interaction with nbsphinx. https://github.com/Qiskit/qiskit-ibm-provider/pull/674

Also, this problem impacts all Sphinx themes, including our Pytorch theme and alabaster. The way to check if it's broken is go to the galleries page and see if nbsphinx-gallery.css is missing.

Eric-Arellano commented 1 year ago

I'm going to close this because it's not specific to qiskit-sphinx-theme. It's a general Sphinx issue. But I'll update this thread if I find any more useful info!