Skip to content

Commit

Permalink
Fixing pythonpath issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharmakkar08 committed Nov 4, 2016
1 parent e1062f8 commit 665db06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions update_documentation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ git push ${PUSH_URL} && \
echo "Merge complete!" || \
echo "Error Occurred. Merge failed"

export PYTHONPATH=${PYTHONPATH}:$(pwd):$(pwd)/voluptuous

pip install -r requirements.txt && sphinx-apidoc -o docs -f voluptuous &&
cd docs && make html ||
echo "Sphinx not able to generate HTML"
Expand Down

0 comments on commit 665db06

Please sign in to comment.