Skip to content

Commit

Permalink
docs: adding loopstructuralvisualisation[all] and removing xvfb stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlangrose committed Jan 20, 2025
1 parent 3d7ac4e commit 1e275f9
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions docs/build_docs.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
#!/bin/bash
set -x
export DISPLAY=:99.0
export PYVISTA_OFF_SCREEN=true
which Xvfb
Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
sleep 3
set +x
exec "$@"
# set -x
# export DISPLAY=:99.0
# export PYVISTA_OFF_SCREEN=true
# which Xvfb
# Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
# sleep 3
# set +x
# exec "$@"
pip install ./LoopStructural
pip install loopstructuralvisualisation[all]
make -C LoopStructural/docs html

0 comments on commit 1e275f9

Please sign in to comment.