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.
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-card
s, which I accidentally broke in https://github.com/Qiskit/qiskit-metapackage/pull/1749. Forqiskit-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.