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

Skip to content

Commit be97f84

Browse files
committed
BLD: change sphinx-gallery dep to git
1 parent cdcaeb2 commit be97f84

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

requirements/doc/doc-requirements.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ ipython
1313
ipywidgets
1414
numpydoc>=0.8
1515
sphinxcontrib-svg2pdfconverter>=1.1.0
16-
sphinx-gallery>=0.7
16+
# sphinx-gallery>=0.7
17+
# b41e328 is PR 808 which adds the image_srcset directive. When this is
18+
# released with sphinx gallery, we can change to the last release w/o this feature:
19+
# sphinx-gallery>0.90
20+
git+git://github.com/sphinx-gallery/sphinx-gallery@b41e328#egg=sphinx-gallery
1721
sphinx-copybutton
1822
scipy

0 commit comments

Comments
 (0)