Asking on sphinx-dev or filing an issue against the source repo might be a 
good idea. :)

Best,
Pradyun

On Saturday, 5 November 2022 at 20:16:17 UTC Vinay Sajip wrote:

> I'd like to keep fully-qualified names around and incorporate them into 
> generated HTML. For example, given the markup
>
> :meth:`~module.class.method`
>
> this generates the HTML
>
> <code class="xref py py-meth docutils literal"><span 
> class="pre">method()</span></code>
>
> but I'd like to (for example) generate something like
>
> <code class="xref py py-meth docutils literal"><span class="pre" 
> data-fullname="module.class.method">gen_key_input()</span></code>
>
> How would I go about doing this? If is this too low-level for this group, 
> someone please tell me and I can perhaps ask on sphinx-dev.
>
> Thanks and regards,
>
> Vinay Sajip
>

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sphinx-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sphinx-users/c7a84ef0-6c7d-43d7-876f-0a1595e5011cn%40googlegroups.com.

Reply via email to