mirror of
https://gitlab.postmarketos.org/postmarketOS/pmbootstrap.git
synced 2025-07-13 03:19:47 +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:
parent
91f0a4feeb
commit
07592b2ab6
2 changed files with 3 additions and 1 deletions
|
@ -10,7 +10,8 @@ if [ "$(id -u)" = 0 ]; then
|
||||||
apk -q add \
|
apk -q add \
|
||||||
py3-myst-parser \
|
py3-myst-parser \
|
||||||
py3-sphinx_rtd_theme \
|
py3-sphinx_rtd_theme \
|
||||||
py3-sphinxcontrib-autoprogram
|
py3-sphinxcontrib-autoprogram \
|
||||||
|
py3-sphinxcontrib-jquery
|
||||||
exec su "${TESTUSER:-build}" -c "sh -e $0"
|
exec su "${TESTUSER:-build}" -c "sh -e $0"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
@ -39,6 +39,7 @@ extensions = [
|
||||||
"sphinx.ext.autosummary",
|
"sphinx.ext.autosummary",
|
||||||
"sphinx.ext.doctest",
|
"sphinx.ext.doctest",
|
||||||
"sphinxcontrib.autoprogram",
|
"sphinxcontrib.autoprogram",
|
||||||
|
"sphinxcontrib.jquery",
|
||||||
]
|
]
|
||||||
|
|
||||||
templates_path = ["_templates"]
|
templates_path = ["_templates"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue