diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2021-09-18 01:26:12 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2021-09-18 01:26:12 +0900 |
commit | 29ac4c1982be75725cd286d3e7abfb58cffef450 (patch) | |
tree | 4ec7a9aff2dc9b86725636df236ef446fb138879 /doc/extdev | |
parent | 3774c124f8936ec6ca75d935ba57926d15d92f5d (diff) | |
download | sphinx-git-29ac4c1982be75725cd286d3e7abfb58cffef450.tar.gz |
Fix #9637: Add Builder.allow_parallel to the list of builder APIs
Diffstat (limited to 'doc/extdev')
-rw-r--r-- | doc/extdev/builderapi.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/extdev/builderapi.rst b/doc/extdev/builderapi.rst index 0ab7a30f4..5c5a52583 100644 --- a/doc/extdev/builderapi.rst +++ b/doc/extdev/builderapi.rst @@ -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 |