Skip to content
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

API docs are empty #45

Closed
kohr-h opened this issue Nov 18, 2015 · 4 comments
Closed

API docs are empty #45

kohr-h opened this issue Nov 18, 2015 · 4 comments

Comments

@kohr-h
Copy link
Member

kohr-h commented Nov 18, 2015

Something screwed up the build process of ReadTheDocs. The API part is empty.

@adler-j
Copy link
Member

adler-j commented Nov 19, 2015

Its because of this:

ImportError: No module named 'scipy.sparse'

I'll add it to the mock list.

@adler-j
Copy link
Member

adler-j commented Nov 19, 2015

This relates to what we said at some point earlier. In general its better if you simply import scipy and then write scipy.sparse.base.isspmatrix in code, especially if its used only a few times. This way we dont need to clutter the mock list.

@adler-j
Copy link
Member

adler-j commented Nov 19, 2015

Should be fixed now, but see above comment. Once we get intershpinx to work we really should put RTD into warnings as errors, this would solve this kind of problems.

@adler-j adler-j added the close? label Nov 19, 2015
@kohr-h
Copy link
Member Author

kohr-h commented Nov 19, 2015

Hm, okay. Have to keep that in mind. In the meanwhile, read this :-)

@kohr-h kohr-h closed this as completed Nov 19, 2015
@kohr-h kohr-h removed the close? label Jan 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants