From 077d478cf4e5945bb21b548299ad45b7fab89c92 Mon Sep 17 00:00:00 2001 From: Ivan Pepelnjak Date: Mon, 9 Oct 2023 19:57:24 +0200 Subject: [PATCH] Add jQuery to documentation pages (fixes #902) --- docs/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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