-
Notifications
You must be signed in to change notification settings - Fork 65
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
raise setuptools floor to 61.0.0, sphinx floor to 8.0.0, other small dependencies cleanup #820
raise setuptools floor to 61.0.0, sphinx floor to 8.0.0, other small dependencies cleanup #820
Conversation
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
/ok to test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks James! 🙏
# TODO: sphinx upper version limit can likely be removed after pydata 0.13 | ||
# is released. See https://github.com/pydata/pydata-sphinx-theme/issues/1094 | ||
- sphinx<6 | ||
- sphinx>=8.0.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As noted in the comment, this was pinned to an old version of sphinx
in PR ( #481 ) to workaround this upstream pydata-sphinx-theme
issue ( pydata/pydata-sphinx-theme#1094 )
Looks like that issue was subsequently fixed in PR ( pydata/pydata-sphinx-theme#1097 ) as part of pydata-sphinx-theme
's 0.13.0
release
Given that has been out for a while (and several versions have since been released), think we are ok dropping it
/merge |
Contributes to rapidsai/build-planning#146
setuptools
dependency to>=61.0.0
(the first version to supportpyproject.toml
)numpydoc
pins in testing and docs the samesphinx
, changessphinx
dependency to>=8.0.0
(matching what was recently done across the RAPIDS, e.g. in Remove sphinx pinning cuml#6195)numpydoc
makes it intorequirements
output fromrapids-dependency-file-generator