Fix #9637: Add Builder.allow_parallel to the list of builder APIs

This commit is contained in:
Takeshi KOMIYA 2021-09-18 01:26:12 +09:00
parent 3774c124f8
commit 29ac4c1982
2 changed files with 2 additions and 1 deletions

View File

@ -16,6 +16,7 @@ Builder API
.. autoattribute:: name
.. autoattribute:: format
.. autoattribute:: epilog
.. autoattribute:: allow_parallel
.. autoattribute:: supported_image_types
.. autoattribute:: supported_remote_images
.. autoattribute:: supported_data_uri_images

View File

@ -68,7 +68,7 @@ class Builder:
# doctree versioning method
versioning_method = 'none'
versioning_compare = False
# allow parallel write_doc() calls
#: allow parallel write_doc() calls
allow_parallel = False
# support translation
use_message_catalog = True