Skip to content

Commit

Permalink
Merge pull request #14 from rbricheno/fix-install-doc
Browse files Browse the repository at this point in the history
Change to the library directory to build the docs when running install.sh
  • Loading branch information
Gadgetoid committed Apr 6, 2021
2 parents bbb104a + 3a8496d commit fa68ea3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install.sh
Expand Up @@ -236,6 +236,8 @@ fi
printf "\n"
cd library
if [ -f "/usr/bin/pydoc" ]; then
printf "Generating documentation.\n"
pydoc -w $LIBRARY_NAME > /dev/null
Expand Down

0 comments on commit fa68ea3

Please sign in to comment.