Ensure jQuery is installed to support RTD on Sphinx 6

Without jQuery website search is broken.
This commit is contained in:
Chris Mayo 2023-01-17 19:54:00 +00:00
parent ec9386d002
commit 67f884e507

View file

@ -31,7 +31,8 @@ jobs:
run: >
pip install dnspython beautifulsoup4 requests \
hatchling hatch-vcs sphinx sphinx_epytext \
sphinx_rtd_theme sphinx-sitemap
sphinx_rtd_theme sphinx-sitemap \
sphinxcontrib-jquery
- name: Build
run: |