我希望从标题编号继续获取列表编号。我已经尝试过 in 中的:numbered:
指令.. toctree:
,但这只会产生标题的数字。
例如:
Section
=====
Sub Section
-----------
#. item 1
#. item 2
#. item 3
这将产生:
1. Section
1.1 Sub Section
1.1.1 Item 1
1.1.2 Item 2
1.1.2.1 Item 3
产生这个结果的方法是什么(如果有的话)?