build_docs.sh 212 Bytes
Newer Older
1
2
3
#!/usr/bin/env bash

set -ex
moto's avatar
moto committed
4
# shellcheck disable=SC1091
5
6
7
8
9
10
11
12
13
source ./packaging/pkg_helpers.bash
export NO_CUDA_PACKAGE=1
setup_env 0.8.0
setup_wheel_python

pushd docs
pip install -r requirements.txt
make html
popd