mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
fixing the build scripts for documentation
This commit is contained in:
parent
2941392ed1
commit
62a3979d91
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