Skip to content

Commit

Permalink
Add sphinxcontrib.jquery to the list of modules to install for buil…
Browse files Browse the repository at this point in the history
…ding to docs.
  • Loading branch information
doerwalter committed Feb 1, 2023
1 parent 3b69ab3 commit 0dfc4e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ ENV PATH="/opt/oracle/instantclient_${ORA_MAJOR}_${ORA_MINOR}:${PATH}"
ENV PIP_DISABLE_PIP_VERSION_CHECK=1

# Install modules required by XIST or for building the documentation
RUN pip install cssutils cx_Oracle CherryPy Sphinx pygll
RUN pip install cssutils cx_Oracle CherryPy Sphinx sphinxcontrib.jquery pygll

# Pass version info into the container
ARG CI_COMMIT_TAG
Expand Down

0 comments on commit 0dfc4e3

Please sign in to comment.