File tree 2 files changed +3
-10
lines changed
2 files changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -32,13 +32,10 @@ dependencies:
32
32
- scipy
33
33
- sphinx>=1.8.1,!=2.0.0
34
34
- sphinx-copybutton
35
+ - sphinx-gallery>=0.10
35
36
- pip
36
37
- pip :
37
- - sphinxcontrib-svg2pdfconverter
38
- # b41e328 is PR 808 which adds the image_srcset directive. When this is
39
- # released with sphinx gallery, we can change to the last release w/o this feature:
40
- # sphinx-gallery>0.9
41
- - git+git://github.com/sphinx-gallery/sphinx-gallery@b41e328#egg=sphinx-gallery
38
+ - sphinxcontrib-svg2pdfconverter
42
39
# testing
43
40
- coverage
44
41
- flake8>=3.8
Original file line number Diff line number Diff line change @@ -15,11 +15,7 @@ numpydoc>=0.8
15
15
packaging>=20
16
16
pydata-sphinx-theme>=0.6.0
17
17
sphinxcontrib-svg2pdfconverter>=1.1.0
18
- # sphinx-gallery>=0.7
19
- # b41e328 is PR 808 which adds the image_srcset directive. When this is
20
- # released with sphinx gallery, we can change to the last release w/o this feature:
21
- # sphinx-gallery>0.90
22
- git+git://github.com/sphinx-gallery/sphinx-gallery@b41e328#egg=sphinx-gallery
18
+ sphinx-gallery>=0.10
23
19
sphinx-copybutton
24
20
sphinx-panels
25
21
scipy
You can’t perform that action at this time.
0 commit comments