mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 00:36:34 +02:00
fixing the build scripts for documentation (#711)
Co-authored-by: Salman Paracha <salmanparacha@MacBook-Pro-342.local>
This commit is contained in:
parent
56b3246f30
commit
2a36dd7376
2 changed files with 4 additions and 2 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue