Skip to content
Snippets Groups Projects
Verified Commit c2569f71 authored by Robert Eckelmann's avatar Robert Eckelmann
Browse files

docs: add py3-sphinxcontrib-jquery to fix the failing search

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