-
Notifications
You must be signed in to change notification settings - Fork 15
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
MAINT: update testing against sphinx6, drop sphinx3 #57
Conversation
Thanks for submitting your first pull request! You are awesome! 🤗 |
|
Happy to review a PR over in the book theme to bump it up to Sphinx 5 compatibility. I believe it already supports Sphinx > 4: https://github.com/pydata/pydata-sphinx-theme/blob/3ac01cf378b4f58f8c4c411a82fb85324c909ef0/pyproject.toml#L22-L28 maybe @AakashGfude can wrap this into the cruft-removing PR that he is taking over |
|
OK we now have the latest version of the book theme in pre-release: I've updated I think we should merge this and make a release if the tests pass and the docs look good. They look normal to me so I'm gonna merge. |
This PR updates the testing infrastructure to test against
sphinx4
andsphinx5
andsphinx6
(droppingsphinx3
).It also replaces
sphinx-panels
withsphinx-design
assphinx-panels
is now deprecated.