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
Spiffyk committed Jan 9, 2024
1 parent 53d8143 commit c7fc025
Show file tree
Hide file tree
Showing 2 changed files with 7 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
1 change: 1 addition & 0 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
Sphinx>=3.0.0
breathe
sphinxcontrib-jquery

0 comments on commit c7fc025

Please sign in to comment.