diff options
-rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index b6f457f1..67a0f592 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -102,7 +102,7 @@ version = re.sub("[0-9]+\\.[0-9]\\..*", "\1", release) exclude_trees = ["_build", "draft"] # The reST default role (used for this markup: `text`) to use for all documents. -default_role = 'py:obj' +default_role = "py:obj" # If true, '()' will be appended to :func: etc. cross-reference text. add_function_parentheses = True |