Skip to content

Commit

Permalink
doc/conf.py: add 'sphinxcontrib.jquery'
Browse files Browse the repository at this point in the history
This works around cases where Sphinx does not add jQuery automatically
on some local setups <readthedocs/sphinx_rtd_theme#1452>.
  • Loading branch information
Oto Šťáva committed Jan 9, 2024
1 parent 53d8143 commit fb313ef
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,12 @@
subprocess.call('doxygen')

# Add any Sphinx extension module names here, as strings.
extensions = ['sphinx.ext.todo', 'sphinx.ext.viewcode', 'breathe']
extensions = [
'sphinx.ext.todo',
'sphinx.ext.viewcode',
'sphinxcontrib.jquery',
'breathe',
]

# Breathe configuration
breathe_projects = {"libkres": "doxyxml"}
Expand Down

0 comments on commit fb313ef

Please sign in to comment.