Skip to content

Commit

Permalink
Merge pull request #314 from adundovi/master
Browse files Browse the repository at this point in the history
Trying to fix make doc by forcing nbconvert==5.6.1 due to changes in …
  • Loading branch information
adundovi committed Oct 13, 2020
2 parents 8e9fd12 + 605bb2c commit 1aad73b
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 @@ -111,7 +111,7 @@ script:
if [ $BUILD_DOC ]; then
echo "Building Documentation"
pip3 install wheel
pip3 install m2r==0.2.1 Sphinx==1.7.9 nbsphinx==0.3.5 breathe==4.10.0 exhale==0.2.3 sphinx-rtd-theme==0.4.3 recommonmark==0.6.0
pip3 install m2r==0.2.1 Sphinx==1.7.9 nbconvert==5.6.1 nbsphinx==0.3.5 breathe==4.10.0 exhale==0.2.3 sphinx-rtd-theme==0.4.3 recommonmark==0.6.0
cmake ..
make doc
touch doc/.nojekyll
Expand Down

0 comments on commit 1aad73b

Please sign in to comment.