-
-
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
toctree content regression in sphinx 1.3b3 #1822
Comments
I think I might be having the same problem. Classes that are defined in
just disappeared form the documentation. Commenting lines 273 and 274 in |
from what I understood this was a backward-incompatible change to strip imported modules. |
Ha, I finally found my blog entry which describes the problem that was solved by these two lines: |
ok, thanks for the explanation, unfortunately your changes broke several documentations. what about @shimizukawa suggestion to have a keyword imported, and the stack overflow patch mentioned in #1061 ? |
Yes, that would be perfect! TIA for implementing it, and I'll do my best to help. |
This has broken my docs, and unfortunately, it's a pain to revert to earlier versions of sphinx on ReadTheDocs. Is there a work around for this issue? |
see pr #1828 |
@lsaffre @shimizukawa @Eric89GXL maybe this is a better solution: #1892 |
we're no longer able to build openturns sphinx documentation since 1.3b3:
using git-bisect I found the regression to be at 21b8384 (for PR #1663):
could it be that this commit somehow stripped a class from toctree ?
The text was updated successfully, but these errors were encountered: