Skip to content

Commit 18cfa49

Browse files
committed
docs: disable parallel processing in git date plugin
As it says in the comment, /dev/shm is unavailable on Netlify causing builds to fail. Signed-off-by: Timo Beckers <timo@isovalent.com>
1 parent 6fbe49f commit 18cfa49

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/mkdocs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@ plugins:
110110
# Layout is customized in overrides/partials/source-file.html.
111111
- git-revision-date-localized:
112112
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
113116
- git-authors:
114117
show_email_address: false
115118
authorship_threshold_percent: 10

0 commit comments

Comments
 (0)