Skip to content

Commit 7ed4ac9

Browse files
committed
FIX: Bump version
1 parent c73855a commit 7ed4ac9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
command: |
3535
conda update --yes --quiet conda;
3636
conda env create --quiet -f environment.yml;
37+
38+
- run: pip install sphinx numpydoc https://api.github.com/repos/sphinx-gallery/sphinx-gallery/zipball/master
3739
# This is a CircleCI-specific fix -- for some reason 5.9.2 is problematic
3840
# here but not on Travis, we get:
3941
#

environment.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ dependencies:
1616
- pytest-cov
1717
- flake8
1818
- pygments
19-
- sphinx
20-
- numpydoc
2119
- pip:
2220
- "https://api.github.com/repos/enthought/traits/zipball/a99b3f64d50c5f7f28ffc01bf69419b061f9e976"
2321
- "https://api.github.com/repos/enthought/pyface/zipball/6a0cac149d56293482bb828a7d98122667c773be"
@@ -28,4 +26,3 @@ dependencies:
2826
- pytest-faulthandler
2927
- imageio
3028
- codecov
31-
- sphinx-gallery

0 commit comments

Comments
 (0)