Skip to content

Commit

Permalink
Fix Travis docs build script
Browse files Browse the repository at this point in the history
I changed the conda setup a bit ago to match the recommended way,
but forgot to update the script that builds and pushes the docs
to GitHub Pages.
  • Loading branch information
jiffyclub committed Nov 25, 2014
1 parent 6be6bc7 commit 34ce4c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/build_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ if [ "$TRAVIS_REPO_SLUG" == "synthicity/pandana" ] && \
[ "$ACTUAL_TRAVIS_JOB_NUMBER" == "1" ]; then

echo "Installing dependencies"
conda install --yes --quiet --prefix $HOME/py sphinx numpydoc
conda install --yes --quiet sphinx numpydoc
pip install sphinx_rtd_theme

echo "Building docs"
Expand Down

0 comments on commit 34ce4c6

Please sign in to comment.