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.
1 parent 6a8d70a commit f49f6ebCopy full SHA for f49f6eb
sphinx/builders/__init__.py
@@ -81,7 +81,7 @@ class Builder:
81
# doctree versioning method
82
versioning_method = 'none'
83
versioning_compare = False
84
- #: Whether it is safe to make parallel :meth:`~.Builder.write_doc()` calls.
+ #: Whether it is safe to make parallel :meth:`~.Builder.write_doc` calls.
85
allow_parallel: bool = False
86
# support translation
87
use_message_catalog = True
0 commit comments