From 7505a0fc1f0f46e555f599eed77d7839d8c16bc7 Mon Sep 17 00:00:00 2001 From: Adil Hafeez Date: Wed, 25 Sep 2024 12:07:06 -0700 Subject: [PATCH] Update build_docs.sh --- docs/build_docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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