mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Remove unnecessary parentheses in meth role (#13143)
This commit is contained in:
committed by
GitHub
parent
6a8d70a2fd
commit
f49f6eb656
@@ -81,7 +81,7 @@ class Builder:
|
||||
# doctree versioning method
|
||||
versioning_method = 'none'
|
||||
versioning_compare = False
|
||||
#: Whether it is safe to make parallel :meth:`~.Builder.write_doc()` calls.
|
||||
#: Whether it is safe to make parallel :meth:`~.Builder.write_doc` calls.
|
||||
allow_parallel: bool = False
|
||||
# support translation
|
||||
use_message_catalog = True
|
||||
|
||||
Reference in New Issue
Block a user