Skip to content

Commit

Permalink
OMERO-docs: update job to install recent version of Sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
sbesson committed Jul 27, 2021
1 parent 47ef06a commit c50ca2d
Showing 1 changed file with 5 additions and 6 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

0 comments on commit c50ca2d

Please sign in to comment.