From 913e064d08a55835383ddc45293fadc11e0eeab3 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Tue, 18 May 2021 19:18:54 -0700 Subject: [PATCH] Clarify where `--jobs` is disabled --- docs/source/user/options.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/user/options.rst b/docs/source/user/options.rst index 7141e7a..faeb17e 100644 --- a/docs/source/user/options.rst +++ b/docs/source/user/options.rst @@ -792,8 +792,8 @@ Options and their Descriptions .. note:: - This option is ignored on Windows because :mod:`multiprocessing` does - not support Windows across all supported versions of Python. + This option is ignored on platforms where ``fork`` is not a + supported ``multiprocessing`` method. This defaults to: ``auto``