From af63a30bc20ddadec9f146c3e381c58f07a7b5f6 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Thu, 17 Aug 2023 12:16:23 -0400 Subject: [PATCH] Pin sphinx version to less than 7.2 (#10655) (#10658) 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 998ce07db379d61b5e7e2a106d938564989633de) Co-authored-by: Matthew Treinish --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index fe363cba1f44..810a58f1e7de 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -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