diff --git a/make_page.sh b/make_page.sh
index 3a71b96a8e7ea4ee5f9425703fa0c31228baf3f5..2d5f92a524d37040922bdec1a33f6b1c6ca353b6 100755
--- a/make_page.sh
+++ b/make_page.sh
@@ -37,7 +37,8 @@ cp -r swift/doc/RTD/build/html/ ../docs
 cp swift/doc/onboardingGuide/build/latex/onboarding.pdf ../onboarding.pdf
  
 # Generate read the docs for the zoom branch
-cd swift
+[ ! -d "swift_will" ] && git clone "git@gitlab.cosma.dur.ac.uk:swift/swiftsim.git" "swift_will"
+cd swift_will
 git checkout zoom_docs
 git pull
 cd doc/RTD
@@ -45,5 +46,5 @@ rm -rf build
 make html > docbuild.out 2> docbuild.err
 cd ../../..
 rm -rf ../docs_will/*
-cp -r swift/doc/RTD/build/html/ ../docs_will
+cp -r swift_will/doc/RTD/build/html/ ../docs_will
 
diff --git a/requirements.txt b/requirements.txt
index f03f43fa8cd4862c6f940138b70e4c4e96ffeabc..cfbfa315b285319cf8fde46ac7a70f74c47e2a5d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9,3 +9,4 @@ bokeh
 # Required for swift docs
 sphinx_rtd_theme
 scipy
+matplotlib