build_docs.sh 192 Bytes
Newer Older
root's avatar
init  
root committed
1
2
3
4
5
6
7
8
9
python -m venv .venv
source .venv/bin/activate
python -m pip install --upgrade pip --no-user
python -m pip install -r docs/requirements.txt --no-user

cd docs
make html

cp CNAME _build/html/