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 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 #
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments