Skip to content

Commit

Permalink
Fix jquery not loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
jlskuz committed Mar 4, 2024
1 parent 93cdeb7 commit ed486e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ def get_is_building_epub() -> bool:
'sphinx.ext.ifconfig',
'sphinx.ext.viewcode',
'sphinx.ext.githubpages',
# Workaround for https://github.com/readthedocs/sphinx_rtd_theme/issues/1452
'sphinxcontrib.jquery',
]

if get_is_building_epub():
Expand Down

0 comments on commit ed486e7

Please sign in to comment.