Update build_docs.sh

This commit is contained in:
Adil Hafeez 2024-09-25 12:07:06 -07:00 committed by GitHub
parent bfaabe75f4
commit 7505a0fc1f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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