Skip to content

Commit 907a126

Browse files
authored
Merge pull request #349 from ExaWorks/fix_web_build
Had this accidentally commented out, but it causes the web build to f…
2 parents 07b3668 + 3be9058 commit 907a126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ fi
1010
if [ "$1" != "--quick" ]; then
1111
mkdir -p web-build
1212

13-
#pip install -r requirements-docs.txt
13+
pip install -r requirements-docs.txt
1414
make web-docs
1515

1616
mkdir -p web-build/docs

0 commit comments

Comments
 (0)