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
No related branches found
No related tags found
1 merge request!2500.ci/docs.sh: add py3-sphinxcontrib-jquery to fix the failing search
Pipeline #210877 failed
...@@ -10,7 +10,8 @@ if [ "$(id -u)" = 0 ]; then ...@@ -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 = [ ...@@ -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"]
......
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