Skip to content
Snippets Groups Projects
Forked from FSL / fslpy
603 commits behind the upstream repository.
build_doc.sh 124 B
#!/usr/bin/env /bash

set -e

pip install -r requirements-dev.txt
python setup.py doc
mkdir -p public
mv doc/html/* public/