diff --git a/README.md b/README.md
index a75aee05..efa5165a 100644
--- a/README.md
+++ b/README.md
@@ -209,6 +209,7 @@ they are associated with and a short description of the job:
| OMERO-test-integration | testintegration | Runs the OMERO integration tests |
| OMERO-robot | testintegration | Runs the Robot tests |
| nginx | nginx | Reloads the nginx server |
+| OMERO-docs | testintegration | Builds the OMERO documentation |
Default packages:
diff --git a/home/jobs/OMERO-docs/config.xml b/home/jobs/OMERO-docs/config.xml
new file mode 100644
index 00000000..376235b3
--- /dev/null
+++ b/home/jobs/OMERO-docs/config.xml
@@ -0,0 +1,75 @@
+
+
+
+
+ false
+
+
+
+ -1
+ -1
+ -1
+ 2
+
+
+
+
+
+ MERGE_COMMAND
+
+ merge SPACENAME --no-ask --reset
+
+
+
+
+
+ 2
+
+
+ https://github.com/openmicroscopy/ome-documentation
+
+
+
+
+ SPACEBRANCH
+
+
+ false
+
+
+
+
+
+ testintegration
+ false
+ false
+ false
+ false
+
+ false
+
+
+ pip install --user scc
+test -e src && cd src
+$HOME/.local/bin/scc $MERGE_COMMAND
+
+
+ clean html
+ Ant 1.9
+ omero/build.xml
+
+
+
+
+ omero/_build/html/**
+ false
+ false
+ false
+ true
+ true
+
+
+
+
+
+
\ No newline at end of file
diff --git a/home/jobs/Trigger/config.xml b/home/jobs/Trigger/config.xml
index 20499352..f023c0b9 100644
--- a/home/jobs/Trigger/config.xml
+++ b/home/jobs/Trigger/config.xml
@@ -33,6 +33,8 @@ build job: 'OMERO-test-integration', propagate: false
build job: 'OMERO-robot', wait: false
+build job: 'OMERO-docs', wait: false
+
false
diff --git a/slave/Dockerfile b/slave/Dockerfile
index ba97d29e..37e4d9fb 100644
--- a/slave/Dockerfile
+++ b/slave/Dockerfile
@@ -45,8 +45,7 @@ WORKDIR /tmp/omero-install/linux
RUN JAVAVER=$JAVAVER ICEVER=$ICEVER PGVER=nopg bash install_centos7_nginx.sh
-# install sphinx - minimum required
-RUN pip install sphinx==1.2.3
+RUN pip install Sphinx
# Install FindBugs
ENV FINDBUGS_VERSION 3.0.0