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

Restore mistakenly deleted customcardelement directive #1732

Closed Eric-Arellano closed 1 year ago

Eric-Arellano commented 1 year ago

I misread our grep results in https://github.com/Qiskit/qiskit-metapackage/pull/1731. We do use customcardelement:

docs/tutorials.rst
20:.. customcarditem::

docs/getting_started.rst
86:       .. customcarditem::
92:       .. customcarditem::

CI did not catch this because the metapackage does not error on warnings.

My bad! (The other removals were legitimate, though.)

I will move this directive to qiskit_sphinx_theme in https://github.com/Qiskit/qiskit_sphinx_theme/issues/323.