diff --git a/docs/build_docs.sh b/docs/build_docs.sh index 4d453869..131343f2 100644 --- a/docs/build_docs.sh +++ b/docs/build_docs.sh @@ -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