From c0e937ed864584fd2360e1478dd3969af5d9f63d Mon Sep 17 00:00:00 2001
From: robjmcgibbon <robjmcgibbon@gmail.com>
Date: Tue, 27 May 2025 14:17:31 +0200
Subject: [PATCH] Separate swift for will

---
 make_page.sh     | 5 +++--
 requirements.txt | 1 +
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/make_page.sh b/make_page.sh
index 3a71b96..2d5f92a 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 f03f43f..cfbfa31 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9,3 +9,4 @@ bokeh
 # Required for swift docs
 sphinx_rtd_theme
 scipy
+matplotlib
-- 
GitLab