Re: [sphinx-users] Re: Hyperlink to autonumbered list item

2022-07-17 Thread Komiya Takeshi
Hi, You can see what happened via `make pseudoxml`. It dumps the intermediate document structure as XML. This is a part of generated XML from your snippet. ``` Item 1

Re: [sphinx-users] Re: Hyperlink to autonumbered list item

2022-07-13 Thread Josué Andrade Gomes
Hi Stefano, > I can confirm the behaviour, which indeed is a bit strange. However, I > made a quick test with the second label indented and it works: > > .. _item-1: > > #. Item 1 > >.. _item-2: > > #. Item 2 > > Not sure this solution some unwanted side-effects, though! > > Hope this helps,

[sphinx-users] Re: Hyperlink to autonumbered list item

2022-07-12 Thread Steevie
Hi Josué, On Tue, 12 Jul 2022 07:37:35 -0300, Josué Andrade Gomes wrote: > Hi, > > I’m trying to create a hyperlink to an autonumbered list item. The > hyperlink works fine but the items are not correctly numbered. > > Sample -- > > See: :ref:`This ` and :ref:`That ` > > Items - > >