Autonumbering nested lists

20 views
Skip to first unread message

bradley...@gmail.com

unread,
Aug 14, 2024, 10:00:34 AM8/14/24
to sphinx-users
This question was asked in a similar from in 2013 and no one replied; see
https://groups.google.com/g/sphinx-users/c/Sa8MpXdAQeM/m/TT5DyfwL8O8J

The  input
```
#. Paragraph one

   #. Line one.one
   #. Line one.two

#. Paragraph two

   #. Line two.one
   #. Line two.two
```
results in the display
```
1. Paragraph one
   1. Line one.one
   2. Line one.two
2. Paragraph two
   1. Line two.one
   2. Line two.two
```
How can I get automatic nested lables, so that Line one.one is labeled 1.1 etc.
Reply all
Reply to author
Forward
0 new messages