Skip to content

Commit

Permalink
Merge pull request #9647 from tk0miya/9637_Builder.allow_parallel
Browse files Browse the repository at this point in the history
Fix #9637: Add Builder.allow_parallel to the list of builder APIs
  • Loading branch information
tk0miya committed Sep 20, 2021
2 parents a05dc0b + 29ac4c1 commit 274ee48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/extdev/builderapi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion sphinx/builders/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 274ee48

Please sign in to comment.