Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pin Sphinx to <7.2 to hotfix breaking changes (#540)
This works around sphinx-doc/sphinx#11608 and pradyunsg/furo#693. All the repos I've seen have an unbound pin on Sphinx like `>=6.0`, but a bound pin on `qiskit-sphinx-theme` like `~=1.14.0`. That means that when we release this hotfix, pip will merge the constraint from their `requirements.txt` of `>=6.0` with our theme's constraint of `>=6.0,<7.2` to use `<7.2`. This approach allows us to easily fix all the Ecosystem projects without needing to open a new PR for each of them. They will simply rebuild their docs and use the newest patch version of `qiskit-sphinx-theme`.
- Loading branch information