Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin Sphinx to <7.2 to hotfix breaking changes #540

Merged
merged 1 commit into from Aug 17, 2023

Conversation

Eric-Arellano
Copy link
Collaborator

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.

@Eric-Arellano Eric-Arellano changed the base branch from main to 1.15 August 17, 2023 14:01
@Eric-Arellano Eric-Arellano merged commit 8e24c46 into Qiskit:1.15 Aug 17, 2023
5 checks passed
@Eric-Arellano Eric-Arellano deleted the hotfix-sphinx-15 branch August 17, 2023 14:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

1 participant