From 0fca630af0893cae1cf2ea4a7c4e2336c741ca3b Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Tue, 5 Oct 2021 19:33:07 -0400 Subject: [PATCH] DOC: Bump to the sphinx-gallery release Now that it's out, we don't need to depend on a random commit. --- environment.yml | 7 ++----- requirements/doc/doc-requirements.txt | 6 +----- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/environment.yml b/environment.yml index 1f9ad4471d2c..a0d869a356b9 100644 --- a/environment.yml +++ b/environment.yml @@ -32,13 +32,10 @@ dependencies: - scipy - sphinx>=1.8.1,!=2.0.0 - sphinx-copybutton + - sphinx-gallery>=0.10 - pip - pip: - - sphinxcontrib-svg2pdfconverter - # b41e328 is PR 808 which adds the image_srcset directive. When this is - # released with sphinx gallery, we can change to the last release w/o this feature: - # sphinx-gallery>0.9 - - git+git://github.com/sphinx-gallery/sphinx-gallery@b41e328#egg=sphinx-gallery + - sphinxcontrib-svg2pdfconverter # testing - coverage - flake8>=3.8 diff --git a/requirements/doc/doc-requirements.txt b/requirements/doc/doc-requirements.txt index 8e7172966a4e..30b7c0c88669 100644 --- a/requirements/doc/doc-requirements.txt +++ b/requirements/doc/doc-requirements.txt @@ -15,11 +15,7 @@ numpydoc>=0.8 packaging>=20 pydata-sphinx-theme>=0.6.0 sphinxcontrib-svg2pdfconverter>=1.1.0 -# sphinx-gallery>=0.7 -# b41e328 is PR 808 which adds the image_srcset directive. When this is -# released with sphinx gallery, we can change to the last release w/o this feature: -# sphinx-gallery>0.90 -git+git://github.com/sphinx-gallery/sphinx-gallery@b41e328#egg=sphinx-gallery +sphinx-gallery>=0.10 sphinx-copybutton sphinx-panels scipy