-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
autosummary broken on various packages #1891
Comments
I've isolated the problem to the addition of these two lines in
Commenting out those lines fixes doc building for us. Now I'm going to investigate why the |
Oh, it's because a bunch of our classes and functions aren't defined in the specific module, so this check fails:
So it looks like if we can set |
Ahh wait, I think this is actually a bug. Here is the documentation:
But in our code, the |
is it a duplicate of #1822 ? |
Yep! |
We use RST code like the following in several places:
This used to produce nice docs, but on
master
and the version currently distributed with Anaconda, doc building completes but the areas above are now blank. I have bisected the problem to this commit:21b8384
Any idea what the problem could be?
The text was updated successfully, but these errors were encountered: