unitaryfund / mitiq

Mitiq is an open source toolkit for implementing error mitigation techniques on most current intermediate-scale quantum computers.
https://mitiq.readthedocs.io
GNU General Public License v3.0
358 stars 157 forks source link

Make docs compatible with latest version of sphinx-gallery #1498

Closed andreamari closed 1 year ago

andreamari commented 2 years ago

In https://github.com/unitaryfund/mitiq/pull/1497 the version of sphinx-gallery has been pinned to 0.10.1 since, with later versions, the gallery examples doesn't look good.

After pinning sphinx-gallery, it looks ok, but it would be nice of the Mitiq documentation was compatible with the latest version of sphinx-gallery.

natestemen commented 1 year ago

This problem is being tracked in https://github.com/sphinx-gallery/sphinx-gallery/issues/984. Once there is a solution there we should be able to upgrade.

natestemen commented 1 year ago

Once a newer version (>0.8.12) of nbsphinx is released this should be good to go.