diff --git a/docs/conf.py b/docs/conf.py index 9f2437d..5089d5e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -11,7 +11,7 @@ myst_enable_extensions = [ "colon_fence", ] -myst_enable_extensions = ["colon_fence"] +myst_enable_checkboxes = True # Add any paths that contain templates here, relative to this directory. templates_path = ["_templates"]