Open rkdarst opened 1 month ago
My plan is to set class attributes so at least the build works, and then work on solving it later.
The fix isn't much of a regression because even looking at existing lessons like git-intro, the exercise list is missing from the singlehtml and pdf builds.
It's also now causing an exception in python-for-scicomp, which needs immediate fixing. My current hypothesis is that in the singlehtml build it's initializing things in a different order, before the exerciselist node gets init and sets the expected instance attributes. I don't know why it gets ordered this way yet.