plano/docs/build_docs.sh

3 lines
88 B
Bash
Raw Normal View History

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