Skip to content

Commit fb50ad2

Browse files
intelkevinputnamlgirdwood
authored andcommitted
Fixes issue where search requests hang.
jQuery was not being loaded automatically. Force load it in extensions. Signed-off-by: Putnam, Kevin <kevin.putnam@intel.com>
1 parent a195593 commit fb50ad2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
# FIXME: blockdiag is orphaned and not compatible with Pillow anymore:
3636
# https://github.com/thesofproject/sof-docs/issues/472
3737
extensions = ['breathe', 'sphinx.ext.graphviz', 'sphinxcontrib.plantuml',
38-
'sphinx.ext.todo', 'sphinx.ext.extlinks', 'sphinxcontrib.blockdiag'
38+
'sphinx.ext.todo', 'sphinx.ext.extlinks', 'sphinxcontrib.blockdiag',
39+
'sphinxcontrib.jquery'
3940
]
4041

4142

0 commit comments

Comments
 (0)