Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 76e2166

Browse files
committed
Don't install sphinx 1.6.4 on circleci
1 parent c46c9ef commit 76e2166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ pip-run: &pip-install
5959
deps-run: &deps-install
6060
name: Install Python dependencies
6161
command: |
62-
pip install --user python-dateutil numpy${NUMPY_VERSION} pyparsing!=2.1.6 cycler codecov coverage sphinx pillow
62+
pip install --user python-dateutil numpy${NUMPY_VERSION} pyparsing!=2.1.6 cycler codecov coverage sphinx!=1.6.4 pillow
6363
pip install --user -r doc-requirements.txt
6464
6565
mpl-run: &mpl-install

0 commit comments

Comments
 (0)