-
Notifications
You must be signed in to change notification settings - Fork 326
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
new "unexpected warning" during sphinx build #1307
Comments
should we fix pandas version instead ? (I never really dived in the documentation section but I assume freezeing the version should avoid these issues right ? |
Personally I've never really liked the inclusion of pandas doc pages in our own docs. Given how widely used the theme is now (>6k users according to GitHub) I feel like we can trust that someone will tell us if things don't look good in their API docs. Also, we've recently made a few functions from our |
for now though I think we should just add this warning to get CIs green again. I'll split out the question of keeping/removing pandas into a separate issue. |
This showed up in the CIs for #2717:
https://github.com/pydata/pydata-sphinx-theme/actions/runs/4796492713/jobs/8538010152
May need to add it to our list of expected warnings? Presumably caused by an upstream change in Pandas.
The text was updated successfully, but these errors were encountered: