[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 0/2] docs: Avoid duplicate labels with a sphinx extn
From: |
Paolo Bonzini |
Subject: |
Re: [PATCH 0/2] docs: Avoid duplicate labels with a sphinx extn |
Date: |
Mon, 9 Jun 2025 18:38:31 +0200 |
User-agent: |
Mozilla Thunderbird |
On 6/9/25 18:18, Peter Maydell wrote:
Ping^2 on this one?
No objections if it's the easiest way to solve the issue.
Alternatively, is there a Sphinx way to write something in the spirit of
#ifdef DEFINE_THE_LABEL
.. _label
#endif
This way, you could have the nbd label enabled when including into
system/images, but not when including into system/qemu-block-drivers.
Paolo