diff options
| author | Georg Brandl <georg@python.org> | 2008-12-28 21:29:40 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2008-12-28 21:29:40 +0100 |
| commit | 2174f62f0889fd01ce5b2c8c631d0639167aa095 (patch) | |
| tree | 74f9312e35b3592bf47d94b333ce87bf6ebabf00 /doc/markup/inline.rst | |
| parent | ab5be2992d0da90c08c8955ab72ed15c3bd67d06 (diff) | |
| download | sphinx-2174f62f0889fd01ce5b2c8c631d0639167aa095.tar.gz | |
Note how to change default role.
Diffstat (limited to 'doc/markup/inline.rst')
| -rw-r--r-- | doc/markup/inline.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/markup/inline.rst b/doc/markup/inline.rst index fc5d08df..5dbd638e 100644 --- a/doc/markup/inline.rst +++ b/doc/markup/inline.rst @@ -12,7 +12,8 @@ For all other roles, you have to write ``:rolename:`content```. .. note:: The default role (```content```) has no special meaning by default. You are - free to use it for anything you like. + free to use it for anything you like; use the :confval:`default_role` config + value to set it to a known role. .. _xref-syntax: |
