File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,8 @@ before_install:
1616 - conda update --yes conda
1717
1818install :
19- - conda install --yes python=${TRAVIS_PYTHON_VERSION} numpy future scipy matplotlib nose sphinx pep8 coverage mpi4py sympy dill numba
19+ - conda install --yes python=${TRAVIS_PYTHON_VERSION} numpy future scipy matplotlib nose pep8 coverage mpi4py sympy dill numba
20+ - conda install --yes python=${TRAVIS_PYTHON_VERSION} sphinx=1.6.3
2021 - conda list
2122 - pip install --user coloredlogs
2223 - pip install --user travis-sphinx
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ SPHINX_APIDOC="`which sphinx-apidoc`"
1515 }
1616
1717echo " removing existing .rst files ..."
18- rm ${PWD} /docs/source/pySDC/* / * .rst
19- rm -r ${PWD} /target/doc/build
18+ rm ${PWD} /docs/source/pySDC/* .rst
19+ # rm -r ${PWD}/target/doc/build
2020# rm -r ${PWD}/*_out.txt ${PWD}/*.png run_*.log
2121
2222echo " "
You can’t perform that action at this time.
0 commit comments