fixing the build scripts for documentation

This commit is contained in:
Salman Paracha 2026-01-28 17:58:52 -08:00
parent 2941392ed1
commit 62a3979d91
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 \