From 18c2afa419f195a380db6f447a292bd3e00fb30a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20G=C3=B3recki?= Date: Sun, 24 Mar 2024 22:44:44 +0100 Subject: [PATCH] update docs config --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 6d7ba64..6d556bc 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -31,6 +31,7 @@ "sphinx.ext.autodoc", "sphinx_autodoc_typehints", "sphinx.ext.doctest", + "sphinxcontrib.jquery", ] templates_path = ["_templates"]