From 0ad4f42a1eb193eea1f4ad84152425826ae8ed13 Mon Sep 17 00:00:00 2001 From: "Lori A. Burns" Date: Tue, 26 Nov 2024 01:40:53 -0500 Subject: [PATCH] Update build_docs.sh --- scripts/build_docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build_docs.sh b/scripts/build_docs.sh index a6e06e10..ff5fe85c 100644 --- a/scripts/build_docs.sh +++ b/scripts/build_docs.sh @@ -1,3 +1,3 @@ set -xe # Run tests -poetry run sphinx-build docs/ build/docs +sphinx-build docs/ build/docs