fixing the build scripts for documentation (#711)

Co-authored-by: Salman Paracha <salmanparacha@MacBook-Pro-342.local>
This commit is contained in:
Salman Paracha 2026-01-28 18:55:35 -08:00 committed by GitHub
parent 56b3246f30
commit 2a36dd7376
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View file

@ -2,6 +2,8 @@ docker build -f docs/Dockerfile . -t sphinx
# Clean build output locally
rm -rf docs/build
mkdir -p docs/build
chmod -R 777 docs/build
# Run make clean/html while keeping provider_models.yaml from the image
docker run --user $(id -u):$(id -g) --rm \