Skip to content
Snippets Groups Projects
Commit c0e937ed authored by robjmcgibbon's avatar robjmcgibbon
Browse files

Separate swift for will

parent feab1582
No related branches found
No related tags found
1 merge request!21Add user map
......@@ -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
......@@ -9,3 +9,4 @@ bokeh
# Required for swift docs
sphinx_rtd_theme
scipy
matplotlib
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment