diff --git a/docs/source/conf.py b/docs/source/conf.py index dc5bc04f1..f1d08540d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -45,6 +45,7 @@ "sphinx_click", "sphinx_copybutton", "myst_parser", + "sphinxcontrib.jquery", ] # Configuration options for plot_directive. See: @@ -208,7 +209,6 @@ def generate_schema_documentation(header, schema, target): - # header with open(header, "r") as f: header_md = f.readlines()