Skip to content
Snippets Groups Projects
Verified Commit 517047b7 authored by Robert Eckelmann's avatar Robert Eckelmann
Browse files

docs: add py3-sphinxcontrib-jquery to fix the failing search

parent 297ff40a
No related branches found
No related tags found
No related merge requests found
Pipeline #210871 passed with warnings
......@@ -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
......
......@@ -35,6 +35,7 @@ extensions = [
"sphinx.ext.autosummary",
"sphinx.ext.doctest",
"sphinxcontrib.autoprogram",
"sphinxcontrib.jquery",
"myst_parser",
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment