Qiskit / qiskit-metapackage

Qiskit is an open-source SDK for working with quantum computers at the level of circuits, algorithms, and application modules.
https://qiskit.org
Apache License 2.0
3.03k stars 750 forks source link

Upgrade to qiskit-sphinx-theme 1.13 #1772

Closed Eric-Arellano closed 1 year ago

Eric-Arellano commented 1 year ago

The main change is the new qiskit theme based on Furo, but we don't yet activate that.

Otherwise, the only relevant change is simplifying the API for custom directives. And fixing 404 errors about missing Thebe files.

--

This also fixes the images not working for two qiskit-cards, which I accidentally broke in https://github.com/Qiskit/qiskit-metapackage/pull/1749. For qiskit-card, the images apparently must live in the _static folder for Sphinx to know to include the images in the final build. This is unlike when we normally use images.