There was an error while loading. Please reload this page.
1 parent 6fbe49f commit 18cfa49Copy full SHA for 18cfa49
1 file changed
docs/mkdocs.yml
@@ -110,6 +110,9 @@ plugins:
110
# Layout is customized in overrides/partials/source-file.html.
111
- git-revision-date-localized:
112
type: timeago
113
+ # /dev/shm is unavailable on Netlify builders and this plugin uses
114
+ # python's multiprocessing, which uses /dev/shm for IPC.
115
+ enable_parallel_processing: false
116
- git-authors:
117
show_email_address: false
118
authorship_threshold_percent: 10
0 commit comments