diff options
Diffstat (limited to 'doc/src/conf.py')
-rw-r--r-- | doc/src/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/conf.py b/doc/src/conf.py index f7f370b..4036b5b 100644 --- a/doc/src/conf.py +++ b/doc/src/conf.py @@ -76,7 +76,7 @@ except ImportError: exclude_trees = ['_build', 'html'] # The reST default role (used for this markup: `text`) to use for all documents. -#default_role = None +default_role = 'obj' # If true, '()' will be appended to :func: etc. cross-reference text. #add_function_parentheses = True |