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

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