plano/docs/build_docs.sh

3 lines
84 B
Bash
Raw Normal View History

2024-09-25 10:05:59 -07:00
docker build -f Dockerfile . -t sphinx
docker run --rm -v ./:/docs sphinx make html