Skip to content
Snippets Groups Projects

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

Merged Robert Eckelmann requested to merge longnoserob/docs_search_fix into master
2 files
+ 3
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 2
1
@@ -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
Loading