Jonathan Gray
Jonathan Gray
Hmm. Actually caching won't impact on our flakey tests, because the api spec is only got once per fixture initialisation, maybe would be better off using the resolver directly?

Part of the issue is that we catch a bare exception, log it, and then carry on, where we should almost certainly re-raise or throw a new one.
@dependabot recreate
Which version of `nbconvert` is installed?
🤔 interesting. I think mkdocs uses the toc extension by default, so that’d be why it works when not explicitly enabled. Possibly the plugin is interfering with the processing of...
Ahh, I think it is because of https://github.com/Python-Markdown/markdown/issues/100 And might be resolved by ensuring any markdown cells aren’t wrapped in any tags by the template
Hmm. Not sure on that one. Could just publish a slightly better toc markdown extra?
Acceptance tests for generated sql need updating
@dependabot rebase