We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75b8aa8 commit 714750dCopy full SHA for 714750d
build.sh
@@ -29,9 +29,9 @@ fi
29
30
# build the documentation using FORD:
31
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
+#if hash ford 2>/dev/null; then
+# echo "Building documentation..."
+# ford ${FORDMD}
+#else
+# echo "FORD not found! Cannot build documentation. To install, run: sudo pip install ford"
+#fi
0 commit comments