-
-
Notifications
You must be signed in to change notification settings - Fork 78
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
GraphMakie docs update #1130
base: master
Are you sure you want to change the base?
GraphMakie docs update #1130
Conversation
You need to also update all the places in the current docs where we show graphs to use the new code (preferably dynamically). |
GLMakie tests are failing? |
seems something GLFW-related, happening in the docs build too. Will probably debug tomorrow |
ok |
Seems like somehow the |
seems like it was because GLMakie is loaded in that |
You seem to be getting hit by the same NonlinearSolve related doc build error I was seeing. This seems to have just appeared in the last day or so. |
Are you referring to the Cassette one? Has anyone upstreamed an issue to Cassette yet? |
@vyudu maybe just comment out that tutorial for now so we can get this merged? @ChrisRackauckas I don't know if anyone has upstreamed it -- I'm not sure anyone has investigated what is going on beyond seeing the doc build stack trace. |
I think this needs to merge after #1138 since I fix the other doc build error in that PR |
Update docs and drop Graphviz dependency. Ran into an issue on my machine where
ExpandTemplates
was hanging for a really long time, so I changed some of the@example
blocks to just ```julia, but it was still sort of hanging on the machine so not sure what's happening. In any case wanted to see how it did on the CI.