Skip to content

Commit

Permalink
Pin sphinx version to less than 7.2 (#10655) (#10658)
Browse files Browse the repository at this point in the history
The recent Sphinx 7.2 release is causing errors during docs jobs around
the furo style sheet. There seems to be a compatibility issue between
furo, qiskit_sphinx_theme, and this new Sphinx release. While the issue
is getting resolved this commit pins the sphinx version we use in CI and
for local docs builds to avoid the new release.

(cherry picked from commit 998ce07)

Co-authored-by: Matthew Treinish <mtreinish@kortar.org>
  • Loading branch information
mergify[bot] and mtreinish committed Aug 17, 2023
1 parent c1ee974 commit af63a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ddt>=1.2.0,!=1.4.0,!=1.4.3
# components of Terra use some of its optional dependencies in order to document
# themselves. These are the requirements that are _only_ required for the docs
# build, and are not used by Terra itself.
Sphinx>=6.0
Sphinx>=6.0,<7.2
qiskit-sphinx-theme~=1.14.0
sphinx-design>=0.2.0
nbsphinx~=0.9.2
Expand Down

0 comments on commit af63a30

Please sign in to comment.