Skip to content
Snippets Groups Projects
Unverified Commit 07592b2a authored by Robert Eckelmann's avatar Robert Eckelmann
Browse files

.ci/docs.sh: add py3-sphinxcontrib-jquery to fix the failing search (MR 2500)

parent 91f0a4fe
Branches master
No related tags found
No related merge requests found
......@@ -10,7 +10,8 @@ if [ "$(id -u)" = 0 ]; then
apk -q add \
py3-myst-parser \
py3-sphinx_rtd_theme \
py3-sphinxcontrib-autoprogram
py3-sphinxcontrib-autoprogram \
py3-sphinxcontrib-jquery
exec su "${TESTUSER:-build}" -c "sh -e $0"
fi
......
......@@ -39,6 +39,7 @@ extensions = [
"sphinx.ext.autosummary",
"sphinx.ext.doctest",
"sphinxcontrib.autoprogram",
"sphinxcontrib.jquery",
]
templates_path = ["_templates"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment