Skip to content

Commit fa68ea3

Browse files
authored
Merge pull request #14 from rbricheno/fix-install-doc
Change to the library directory to build the docs when running install.sh
2 parents bbb104a + 3a8496d commit fa68ea3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

install.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,8 @@ fi
236236
237237
printf "\n"
238238
239+
cd library
240+
239241
if [ -f "/usr/bin/pydoc" ]; then
240242
printf "Generating documentation.\n"
241243
pydoc -w $LIBRARY_NAME > /dev/null

0 commit comments

Comments
 (0)