Fix missing jquery in docs - fixes broken search

Signed-off-by: Egor Savkin <es@m-labs.hk>
This commit is contained in:
Egor Savkin 2024-06-18 12:12:15 +08:00 committed by Sébastien Bourdeauducq
parent 85545a8447
commit 19132ae0e3
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ extensions = [
'sphinx.ext.napoleon',
'sphinxarg.ext',
'sphinxcontrib.wavedrom', # see also below for config
"sphinxcontrib.jquery",
]
mathjax_path = "https://m-labs.hk/MathJax/MathJax.js?config=TeX-AMS-MML_HTMLorMML.js"