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

Skip to content

Commit 7c0ae8b

Browse files
authored
MNT: Add missing dependency to environment.yml
#28617 introduced parallel gallery builds. This needs joblib as a dependency for sphinx-gallery. `requirements.txt` solves this via `sphinx-gallery[parallel]>=0.12.0`. Unfortunately, conda does not support variants, therefore we have to add the dependency explicitly to `environment.yml`.
1 parent 29f095d commit 7c0ae8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ dependencies:
4040
- sphinx>=3.0.0,!=6.1.2
4141
- sphinx-copybutton
4242
- sphinx-gallery>=0.12.0
43+
- joblib # needed for sphinx-gallery[parallel]
4344
- sphinx-design
4445
- sphinx-tags>=0.4.0
4546
- pip

0 commit comments

Comments
 (0)