You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the :py:deco: role the ~ prefix doesn't shorten the title to the last component, and leaves the tilde character in the rendered html output.
Example
=======
* deco role with tilde :py:deco:`~aiq.cli.register_workflow.register_embedder_client`
* deco role without tilde :py:deco:`aiq.cli.register_workflow.register_embedder_client`
* func role :py:func:`~aiq.cli.register_workflow.register_embedder_client`
Describe the bug
When using the
:py:deco:
role the~
prefix doesn't shorten the title to the last component, and leaves the tilde character in the rendered html output.ref:
https://www.sphinx-doc.org/en/master/usage/referencing.html#xref-modifiers
https://www.sphinx-doc.org/en/master/usage/domains/python.html#target-specification
How to Reproduce
test.rst
:Environment Information
Sphinx extensions
Additional context
No response
The text was updated successfully, but these errors were encountered: