Skip to content
Snippets Groups Projects
Commit 1e3daf77 authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

CI: Add missing sphinx dependency

parent c7ceb3a3
No related branches found
No related tags found
1 merge request!222Release 0.12.0
Pipeline #62219 passed
This commit is part of merge request !222. Comments created here will be created in the context of that merge request.
...@@ -37,6 +37,7 @@ RUN pip3 install --break-system-packages \ ...@@ -37,6 +37,7 @@ RUN pip3 install --break-system-packages \
pylint \ pylint \
recommonmark \ recommonmark \
sphinx-rtd-theme \ sphinx-rtd-theme \
sphinx-jsonschema \
; ;
COPY .docker/wait-for-it.sh /wait-for-it.sh COPY .docker/wait-for-it.sh /wait-for-it.sh
ARG PYLIB ARG PYLIB
......
...@@ -24,6 +24,7 @@ dependencies, i.e., `pip install .[h5-crawler,spss]`. ...@@ -24,6 +24,7 @@ dependencies, i.e., `pip install .[h5-crawler,spss]`.
- `sphinx-autoapi` - `sphinx-autoapi`
- `recommonmark` - `recommonmark`
- `sphinx-rtd-theme` - `sphinx-rtd-theme`
- `sphinx-jsonschema`
### How to contribute ### ### How to contribute ###
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment