We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de1ae9a commit 62230f0Copy full SHA for 62230f0
docs/conf.py
@@ -175,7 +175,7 @@
175
"capture_repr": ("_repr_html_",),
176
"compress_images": ("images", "thumbnails", "-o1"),
177
"only_warn_on_example_error": True, # keep the build going if an example fails, important for doc workflow
178
- "parallel": -1, # number of jobs to use to build the gallery
+ "parallel": 1, # number of jobs to use to build the gallery
179
"write_computation_times": False, # do not write time to run example in the output
180
}
181
0 commit comments