From 5ee0c3407e19ac3368ccecc93cee7fca77f11b72 Mon Sep 17 00:00:00 2001 From: Yiltan Date: Tue, 15 Apr 2025 11:28:16 -0400 Subject: [PATCH] Added sphinx dependencies (#84) --- scripts/install_dependencies.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install_dependencies.sh b/scripts/install_dependencies.sh index bb4ceaf528..5cdfd9c747 100755 --- a/scripts/install_dependencies.sh +++ b/scripts/install_dependencies.sh @@ -46,6 +46,7 @@ git clone --recursive $_OMPI_REPO cd ompi git checkout $_OMPI_COMMIT_HASH git submodule update --init --recursive +pip install -r docs/requirements.txt ./autogen.pl ./configure --prefix=$_OMPI_INSTALL_DIR \ --with-rocm=$_ROCM_DIR \