1
0
Fork 1
mirror of https://gitlab.postmarketos.org/postmarketOS/pmbootstrap.git synced 2025-07-12 19:09:56 +03:00

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

Signed-off-by: Robert Eckelmann <longnoserob@postmarketos.org>
This commit is contained in:
Robert Eckelmann 2024-11-24 18:17:30 +09:00
parent 91f0a4feeb
commit 07592b2ab6
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
2 changed files with 3 additions and 1 deletions

View file

@ -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

View file

@ -39,6 +39,7 @@ extensions = [
"sphinx.ext.autosummary",
"sphinx.ext.doctest",
"sphinxcontrib.autoprogram",
"sphinxcontrib.jquery",
]
templates_path = ["_templates"]