build_docs.sh 246 Bytes
Newer Older
1
2
3
4
5
6
python -m venv .venv
source .venv/bin/activate
python -m pip install --upgrade pip
python -m pip install -r requirements-test.txt
python -m pip install -r docs/requirements.txt
python -m pip install -e .
7

8
cd docs
9
10
11
make html

cp CNAME _build/html/