diff options
| author | Georg Brandl <georg@python.org> | 2010-05-24 13:06:55 +0200 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2010-05-24 13:06:55 +0200 |
| commit | 6e6a6fda3504c79f9f2577af3ffeefafac47d2ee (patch) | |
| tree | eaa59bb940833fd14819dd248df35350eb7e7f98 /doc/conf.py | |
| parent | b5b04bedd00076d516b02451c0c368a42c9b8986 (diff) | |
| download | sphinx-6e6a6fda3504c79f9f2577af3ffeefafac47d2ee.tar.gz | |
Rename the extlink roles to avoid confusion between :rstdir: and :rst:dir:.
Diffstat (limited to 'doc/conf.py')
| -rw-r--r-- | doc/conf.py | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/conf.py b/doc/conf.py index 08e447f2..b268a13f 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -48,12 +48,12 @@ latex_elements = { 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', '')} +extlinks = {'duref': ('http://docutils.sourceforge.net/docs/ref/rst/' + 'restructuredtext.html#%s', ''), + 'durole': ('http://docutils.sourceforge.net/docs/ref/rst/' + 'roles.html#%s', ''), + 'dudir': ('http://docutils.sourceforge.net/docs/ref/rst/' + 'directives.html#%s', '')} man_pages = [ ('contents', 'sphinx-all', 'Sphinx documentation generator system manual', |
