diff --git a/docs/conf.py b/docs/conf.py index 13cc4eb22..6e5890c76 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -36,7 +36,8 @@ source_suffix = ['.rst', '.md'] extensions = [ - 'myst_parser' + 'myst_parser', + 'sphinxcontrib.jquery' ] myst_heading_anchors = 3