Skip to content

Commit 2aa39c8

Browse files
Merge pull request #271 from JohnGriffiths/makeitparallel
Makeitparallel
2 parents ae055f1 + 88b0423 commit 2aa39c8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -529,8 +529,8 @@
529529
# r"mne.datasets.*",
530530
},
531531
"show_api_usage": "unused",
532-
"copyfile_regex": r".*index\.rst" #, # allow custom index.rst files
533-
}
532+
"copyfile_regex": r".*index\.rst", #, # allow custom index.rst files
533+
"parallel": True }
534534
#"api_usage_ignore": (),
535535
#
536536
# "("

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ pydata-sphinx-theme
3636
gdown
3737
kaggle
3838
#jinja2<3.1
39+
joblib
3940

4041

4142
# Test requirements

0 commit comments

Comments
 (0)