Skip to content

Commit 714750d

Browse files
committed
modified build script to run on mmy machine
1 parent 75b8aa8 commit 714750d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ fi
2929

3030
# build the documentation using FORD:
3131

32-
if hash ford 2>/dev/null; then
33-
echo "Building documentation..."
34-
ford ${FORDMD}
35-
else
36-
echo "FORD not found! Cannot build documentation. To install, run: sudo pip install ford"
37-
fi
32+
#if hash ford 2>/dev/null; then
33+
# echo "Building documentation..."
34+
# ford ${FORDMD}
35+
#else
36+
# echo "FORD not found! Cannot build documentation. To install, run: sudo pip install ford"
37+
#fi

0 commit comments

Comments
 (0)