Skip to content

Commit 716ccf8

Browse files
committed
pinned sphinx version
1 parent c302b1d commit 716ccf8

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ before_install:
1616
- conda update --yes conda
1717

1818
install:
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

docs/update_apidocs.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ SPHINX_APIDOC="`which sphinx-apidoc`"
1515
}
1616

1717
echo "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

2222
echo ""

0 commit comments

Comments
 (0)