diff options
author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2010-02-26 00:17:52 +0000 |
---|---|---|
committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2010-02-26 00:49:19 +0000 |
commit | 97ced0d4f14bc9e2e66e495eebcd2f0ab25adb21 (patch) | |
tree | 104d6adbc709766e9f2657e28c225e3508b67c64 /doc/src/conf.py | |
parent | 4412826556ea5af86ca2be0cf03a691f4e7cdadb (diff) | |
download | psycopg2-97ced0d4f14bc9e2e66e495eebcd2f0ab25adb21.tar.gz |
Use the default role for cross referencing Python objects.
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 |