mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-22 15:14:44 +00:00
Ensure jQuery is installed to support RTD on Sphinx 6
Without jQuery website search is broken.
This commit is contained in:
parent
ec9386d002
commit
67f884e507
1 changed files with 2 additions and 1 deletions
3
.github/workflows/publish-pages.yml
vendored
3
.github/workflows/publish-pages.yml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue