How to include an internal reference in a code block?
问题 In my Sphinx .rst document I have a code block containing a tree view of the structure of my product using the UNIX tree command: |── parent | |── child | |── grandchild It's in a code block so that Sphinx preserves the whitespaces. I want readers to be able to click on each node to follow an internal hyperlink to the part of the document that describes that node. However, adding a :ref: inside the code block doesn't work (see below). Does anyone know how to achieve this? This doesn't work: .