Skip to content

Commit

Permalink
Merge pull request #1073 from arokem/new_example_stages
Browse files Browse the repository at this point in the history
Adds an example to plot stages of tractometry.
  • Loading branch information
36000 authored Mar 14, 2024
2 parents d87dbfe + c3a84d6 commit aae9de4
Show file tree
Hide file tree
Showing 2 changed files with 569 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,13 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install .[all]
conda install -c conda-forge xvfbwrapper
sudo apt-get install -y xvfb
- name: Build docs
env:
XVFB: 1
DISPLAY: :99
run: |
Xvfb :99 -screen 0 1280x1024x24 &
cd docs
make html
- name: Upload docs
Expand Down
Loading

0 comments on commit aae9de4

Please sign in to comment.