forked from M-Labs/artiq
Fix missing jquery in docs - fixes broken search
Signed-off-by: Egor Savkin <es@m-labs.hk>
This commit is contained in:
parent
85545a8447
commit
19132ae0e3
|
@ -79,6 +79,7 @@ extensions = [
|
||||||
'sphinx.ext.napoleon',
|
'sphinx.ext.napoleon',
|
||||||
'sphinxarg.ext',
|
'sphinxarg.ext',
|
||||||
'sphinxcontrib.wavedrom', # see also below for config
|
'sphinxcontrib.wavedrom', # see also below for config
|
||||||
|
"sphinxcontrib.jquery",
|
||||||
]
|
]
|
||||||
|
|
||||||
mathjax_path = "https://m-labs.hk/MathJax/MathJax.js?config=TeX-AMS-MML_HTMLorMML.js"
|
mathjax_path = "https://m-labs.hk/MathJax/MathJax.js?config=TeX-AMS-MML_HTMLorMML.js"
|
||||||
|
|
Loading…
Reference in New Issue