You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use autoclasstree at the top of a document to show the hierarchy. When I run make html I get an error saying
Mermaid error:
Could not import <my module> (exception: No module named 'pandas')
When I move the diagram to the bottom of the page, after calling automodule to generate references, the build completes successfully and the diagram will render. The references I'm generating refer to the same module i'm trying to build the diagram for, so it looks like pandas is getting mocked at some point, just not before the diagram is rendered.
The text was updated successfully, but these errors were encountered:
I'm trying to use
autoclasstree
at the top of a document to show the hierarchy. When I runmake html
I get an error sayingWhen I move the diagram to the bottom of the page, after calling automodule to generate references, the build completes successfully and the diagram will render. The references I'm generating refer to the same module i'm trying to build the diagram for, so it looks like pandas is getting mocked at some point, just not before the diagram is rendered.
The text was updated successfully, but these errors were encountered: