Don't disable alphabetical and roman lists anymore.

This commit is contained in:
Georg Brandl
2008-10-25 16:53:29 +00:00
parent 8c39c19bf3
commit 3715bd90a0
3 changed files with 3 additions and 13 deletions

View File

@@ -67,12 +67,6 @@ autonumbered using a ``#`` sign::
#. This is a numbered list.
#. It has two items too.
Note that Sphinx disables the use of enumerated lists introduced by alphabetic
or roman numerals, such as ::
A. First item
B. Second item
Nested lists are possible, but be aware that they must be separated from the
parent list items by blank lines::