You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pin Sphinx to <8.2 temporarily to avoid nbsphinx problem (backport #1514) (#1518)
The currently latest release of nbsphinx (0.9.6) is not compatible with
Sphinx 8.2.0, so here Sphinx is pinned to `<8.2`. See:
spatialaudio/nbsphinx#825
The issue is that nbsphinx does `import sphinx` and relies `sphinx` to
import all of its submodules which it no longer does.
Note -- qiskit-experiments mainly uses `jupyter-sphinx` now but it still
uses the `nbgallery` directive for the landing pages for the tutorials,
so it can not simply be dropped as a dependency (maybe the gallery could
be formatted without it).
Closes#1513
<hr>This is an automatic backport of pull request #1514 done by
[Mergify](https://mergify.com).
Co-authored-by: Will Shanks <[email protected]>
0 commit comments