From 960f6c66adc51c753c816e4b12d1292c5077db0d Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Thu, 30 Apr 2020 09:46:07 -0400 Subject: [PATCH] Update git submodules * Update reno from branch 'master' - Set parallel_read_safe to True This commit sets the parallel_read_safe extension metadata attribute to True. This was previously set to False as a precaution and to avoid the warning about the implicit default in change I80a671a98901eb45ecb732d699400a76326b4cf2. However, in subsequent testing running a sphinx build in parallel with the reno extension does not cause any errors or issues in the built documentation and trying to run in parallel with this value set to false raises a warning (which is fatal if -W is set). This commit makes this change so that people can use sphinx-build's parallel build option (-j) and -W at the same time. Change-Id: I5a3b5f11d94c2a29c04582b4dde813d67a0efbc1 --- reno | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reno b/reno index 9410229b83..cc09e3d38c 160000 --- a/reno +++ b/reno @@ -1 +1 @@ -Subproject commit 9410229b83075fb77f0d39dd348fcd194e25bff6 +Subproject commit cc09e3d38c2c1046a529270f133de525c0692809