File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 34
34
command : |
35
35
conda update --yes --quiet conda;
36
36
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
37
39
# This is a CircleCI-specific fix -- for some reason 5.9.2 is problematic
38
40
# here but not on Travis, we get:
39
41
#
Original file line number Diff line number Diff line change @@ -16,8 +16,6 @@ dependencies:
16
16
- pytest-cov
17
17
- flake8
18
18
- pygments
19
- - sphinx
20
- - numpydoc
21
19
- pip :
22
20
- " https://api.github.com/repos/enthought/traits/zipball/a99b3f64d50c5f7f28ffc01bf69419b061f9e976"
23
21
- " https://api.github.com/repos/enthought/pyface/zipball/6a0cac149d56293482bb828a7d98122667c773be"
@@ -28,4 +26,3 @@ dependencies:
28
26
- pytest-faulthandler
29
27
- imageio
30
28
- codecov
31
- - sphinx-gallery
You can’t perform that action at this time.
0 commit comments