We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ae055f1 + 88b0423 commit 2aa39c8Copy full SHA for 2aa39c8
doc/conf.py
@@ -529,8 +529,8 @@
529
# r"mne.datasets.*",
530
},
531
"show_api_usage": "unused",
532
- "copyfile_regex": r".*index\.rst" #, # allow custom index.rst files
533
- }
+ "copyfile_regex": r".*index\.rst", #, # allow custom index.rst files
+ "parallel": True }
534
#"api_usage_ignore": (),
535
#
536
# "("
requirements.txt
@@ -36,6 +36,7 @@ pydata-sphinx-theme
36
gdown
37
kaggle
38
#jinja2<3.1
39
+joblib
40
41
42
# Test requirements
0 commit comments