-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
Revert "ENH Patches sphinx.ext.autosummary for case insensitive file … #17780
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
Conversation
…systems (scikit-learn#13022)" This reverts commit 8a695d7.
I've not seen the warning. What is it?
We might need to work on patching this upstream.
|
Here is the issue I forgot to link: #17771 The warning is:
|
I'd be happy to ignore the warnings for now if we can fix this upstream. |
Unfortunately, I am not familiar with sphinx enough to think of a good solution upstream. Autosummary would need another way to figure out "if a file has been processed" that does not rely on the filesystem. I would want to revert this so the CI does not fail. Here is the warning we are getting from sphinx. |
OK, let's revert for now. Thanks @thomasjpfan ! |
…systems (scikit-learn#13022)" (scikit-learn#17780) This reverts commit 8a695d7.
…systems (scikit-learn#13022)" (scikit-learn#17780) This reverts commit 8a695d7.
Fixes #17771
Either we revert the patch or we ignore the warning caused by
autosummary
.I wish there was a way to resolve this issue so we can move forward with #17564
@glemaitre @adrinjalali