plano/docs/build_docs.sh
2024-09-25 12:07:06 -07:00

2 lines
88 B
Bash

docker build -f Dockerfile . -t sphinx
docker run --rm -v $(pwd):/docs sphinx make html