Skip to content

CI/DOC: autodoc failures for DataFrame.sparse methods with latest sphinx #35138

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

Closed
jorisvandenbossche opened this issue Jul 6, 2020 · 1 comment · Fixed by #35815
Closed
Labels
CI Continuous Integration Docs
Milestone

Comments

@jorisvandenbossche
Copy link
Member

On master and on PRs, there is a CI failure:

WARNING: autodoc: failed to import method 'sparse.from_spmatrix' from module 'DataFrame'; the following exception was raised:
No module named 'DataFrame'
WARNING: autodoc: failed to import method 'sparse.to_coo' from module 'DataFrame'; the following exception was raised:
No module named 'DataFrame'
WARNING: autodoc: failed to import method 'sparse.to_dense' from module 'DataFrame'; the following exception was raised:
No module named 'DataFrame'
WARNING: autodoc: failed to import method 'sparse.from_coo' from module 'Series'; the following exception was raised:
No module named 'Series'
WARNING: autodoc: failed to import method 'sparse.to_coo' from module 'Series'; the following exception was raised:
No module named 'Series'

Looking at the env of the failing ones and the last one that passed on master: sphinx upgraded from 3.1.1 to 3.1.2.

@jorisvandenbossche jorisvandenbossche added Docs CI Continuous Integration labels Jul 6, 2020
@jorisvandenbossche
Copy link
Member Author

The 3.1.2 release seems to include several changes to autodoc: https://github.com/sphinx-doc/sphinx/blob/27ac10de04697e2372d31db5548e56a7c6d9265d/CHANGES#L63-L88

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration Docs
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant