Skip to content

Commit

Permalink
Merge pull request #186 from sbesson/omero_docs_sphinx_latest
Browse files Browse the repository at this point in the history
OMERO-docs: install latest Sphinx in local virtual environment
  • Loading branch information
sbesson authored Jul 28, 2021
2 parents 47ef06a + 0c7c5c3 commit 03d3c33
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions home/jobs/OMERO-docs/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,14 @@
<hudson.tasks.Shell>
<command>python3 -mvenv venv
source $WORKSPACE/venv/bin/activate
pip install -U scc
pip install -U scc Sphinx
test -e src &amp;&amp; cd src
scc $MERGE_COMMAND -S $STATUS --push $MERGE_PUSH_BRANCH</command>
</hudson.tasks.Shell>
<hudson.tasks.Ant plugin="[email protected]">
<targets>clean html linkcheck</targets>
<antName>Ant 1.9</antName>
<buildFile>omero/build.xml</buildFile>
</hudson.tasks.Ant>
<hudson.tasks.Shell>
<command>source $WORKSPACE/venv/bin/activate
make clean html linkcheck</command>
</hudson.tasks.Shell>
</builders>
<publishers>
<hudson.tasks.ArtifactArchiver>
Expand Down
2 changes: 1 addition & 1 deletion slave/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ RUN chmod a+x /tmp/run.sh
RUN yum install -y python36
RUN python3 -m venv /py3 && /py3/bin/pip install -U pip tox future wheel restructuredtext-lint
RUN /py3/bin/pip install https://github.com/ome/zeroc-ice-py-centos7/releases/download/0.2.1/zeroc_ice-3.6.5-cp36-cp36m-linux_x86_64.whl
RUN /py3/bin/pip install scc Sphinx
RUN /py3/bin/pip install scc
ENV VIRTUAL_ENV=/py3
ENV PATH="$VIRTUAL_ENV/bin:$PATH"

Expand Down

0 comments on commit 03d3c33

Please sign in to comment.