Closed mmcky closed 2 years ago
Extension causes issue when {exercise} and {solution} aren't used but extension is loaded
{exercise}
{solution}
https://github.com/QuantEcon/lecture-datascience.myst/pull/199
Build the lecture-datascience.myst quantecon lecture site
lecture-datascience.myst
quantecon
No response
To resolve this I need to ensure the sphinx_exercise_registry is initialised when the extension is loaded.
sphinx_exercise_registry
closing as a duplicate of #44
Describe the problem
Extension causes issue when
{exercise}
and{solution}
aren't used but extension is loadedLink to your repository or website
https://github.com/QuantEcon/lecture-datascience.myst/pull/199
Steps to reproduce
Build the
lecture-datascience.myst
quantecon
lecture siteThe version of Python you're using
No response
Your operating system
No response
Versions of your packages
No response
Additional context
To resolve this I need to ensure the
sphinx_exercise_registry
is initialised when the extension is loaded.