summaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf.py b/conf.py
index 1bd0bb28..4c815292 100644
--- a/conf.py
+++ b/conf.py
@@ -51,7 +51,7 @@ needs_sphinx = '1.3'
# ones.
extensions = [
'ebicsdomain',
- 'tsref',
+ 'typescriptdomain',
'taler_sphinx_theme',
'sphinx.ext.todo',
'sphinx.ext.imgmath',
@@ -103,7 +103,7 @@ exclude_patterns = ['_build', '_exts', 'cf', 'prebuilt']
# The reST default role (used for this markup: `text`) to use for all
# documents.
-#default_role = None
+default_role = "ts:type"
# If true, '()' will be appended to :func: etc. cross-reference text.
#add_function_parentheses = True