Skip to content

Commit d5083c5

Browse files
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]>
1 parent aecea7b commit d5083c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ nbsphinx
2626
pylatexenc
2727
qiskit-sphinx-theme
2828
reno>=4.1.0
29-
sphinx>=6.2.1
29+
sphinx>=6.2.1,<8.2
3030
sphinx-copybutton
3131
sphinx-design
3232
sphinx-remove-toctrees

0 commit comments

Comments
 (0)