diff options
author | Georg Brandl <georg@python.org> | 2010-03-01 15:01:46 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-03-01 15:01:46 +0100 |
commit | 4f2523d17fadbef27b3d74b4a823049e17d549b9 (patch) | |
tree | 99a7ec6f6ab37664fe87239ce2975cbd5149688c /doc/conf.py | |
parent | 27d6120528b655a08ee4c4038c1e05e93ee55b7d (diff) | |
download | sphinx-git-4f2523d17fadbef27b3d74b4a823049e17d549b9.tar.gz |
Mention standard rst roles in inline markup.
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/conf.py b/doc/conf.py index 03dac676c..98dc6565b 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -50,6 +50,8 @@ autodoc_member_order = 'groupwise' todo_include_todos = True extlinks = {'rstref': ('http://docutils.sourceforge.net/docs/ref/rst/' 'restructuredtext.html#%s', ''), + 'rstrole': ('http://docutils.sourceforge.net/docs/ref/rst/' + 'roles.html#%s', ''), 'rstdir': ('http://docutils.sourceforge.net/docs/ref/rst/' 'directives.html#%s', '')} |