Skip to content

Commit

Permalink
Merge pull request #127 from kutaslab/docs
Browse files Browse the repository at this point in the history
Restrict nbconvert version to avoid version 5.4
  • Loading branch information
andportnoy authored Feb 4, 2019
2 parents 1eb43ef + 09bb3e5 commit 75b0740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ script:
after_success:
- pip install codecov && codecov
before_deploy:
- pip install sphinx sphinx_rtd_theme jupyter nbsphinx
- pip install sphinx sphinx_rtd_theme jupyter nbsphinx nbconvert!=5.4
- conda install -c conda-forge pandoc
- pip install -e . # install fitgrid locally so it can be imported in the notebook
- conda list
Expand Down

0 comments on commit 75b0740

Please sign in to comment.