Skip to content

Commit

Permalink
Minor update.
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsy committed Jun 13, 2017
1 parent e1fb217 commit 058560a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ before_deploy:
- bash miniconda.sh -b -p $HOME/anaconda
- export PATH="$HOME/anaconda/bin:$PATH"
- conda update --yes conda
- conda install --yes sphinx breathe sphinx_rtd_theme
- conda install --yes sphinx
- pip install breathe sphinx_rtd_theme
- sphinx-build --version
- cd docs && sh ./deploy_docs.sh && cd -
- mkdir packages
Expand Down

0 comments on commit 058560a

Please sign in to comment.