Skip to content

Commit 28d8b35

Browse files
authored
Pin Sphinx to <8.2 temporarily to avoid nbsphinx problem (#1514)
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
1 parent ad2341d commit 28d8b35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
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)