Skip to content
Snippets Groups Projects
Unverified Commit 0c57c114 authored by Robert Eckelmann's avatar Robert Eckelmann
Browse files

docs: add py3-sphinxcontrib-jquery to fix the failing search (MR 116)

parent 1ce1d1e9
No related branches found
No related tags found
1 merge request!116docs search fix
Pipeline #210878 failed
...@@ -12,6 +12,7 @@ if [ "$(id -u)" = 0 ]; then ...@@ -12,6 +12,7 @@ if [ "$(id -u)" = 0 ]; then
py3-myst-parser \ py3-myst-parser \
py3-sphinx_rtd_theme \ py3-sphinx_rtd_theme \
py3-sphinxcontrib-autoprogram \ py3-sphinxcontrib-autoprogram \
py3-sphinxcontrib-jquery \
py3-sqlalchemy py3-sqlalchemy
exec su "${TESTUSER:-build}" -c "sh -e $0" exec su "${TESTUSER:-build}" -c "sh -e $0"
fi fi
......
...@@ -36,6 +36,7 @@ extensions = [ ...@@ -36,6 +36,7 @@ extensions = [
"sphinx.ext.autosummary", "sphinx.ext.autosummary",
"sphinx.ext.doctest", "sphinx.ext.doctest",
"sphinxcontrib.autoprogram", "sphinxcontrib.autoprogram",
"sphinxcontrib.jquery",
"myst_parser", "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