We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a05dc0b + 29ac4c1 commit 274ee48Copy full SHA for 274ee48
doc/extdev/builderapi.rst
@@ -16,6 +16,7 @@ Builder API
16
.. autoattribute:: name
17
.. autoattribute:: format
18
.. autoattribute:: epilog
19
+ .. autoattribute:: allow_parallel
20
.. autoattribute:: supported_image_types
21
.. autoattribute:: supported_remote_images
22
.. autoattribute:: supported_data_uri_images
sphinx/builders/__init__.py
@@ -68,7 +68,7 @@ class Builder:
68
# doctree versioning method
69
versioning_method = 'none'
70
versioning_compare = False
71
- # allow parallel write_doc() calls
+ #: allow parallel write_doc() calls
72
allow_parallel = False
73
# support translation
74
use_message_catalog = True
0 commit comments