Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use of :py: prefix on property and method cross-references fails. #438

Open
1 task done
BobDenny opened this issue Oct 15, 2024 · 1 comment
Open
1 task done

Use of :py: prefix on property and method cross-references fails. #438

BobDenny opened this issue Oct 15, 2024 · 1 comment
Labels
bad output rinohtype's output is not correct bug

Comments

@BobDenny
Copy link

BobDenny commented Oct 15, 2024

Is there an existing issue for this?

  • I have searched the existing issues

PDF produced by rinohtype

It's easy to reproduce.

Source files

:py:attr:`PropertyName` and :py:meth:`MethodName` render to styled links, but the links don't work. Removing the :py so the links are :attr:`PropertyName` and :meth:`MethodName` result in live working links. Strangely, :py:class\ClassName` works fine.

Versions

rinohtype 0.5.5 (2024-07-13)
Sphinx 7.2.6
Python 3.11.1 (tags/v3.11.1:a7a450f, Dec  6 2022, 19:58:39) [MSC v.1934 64 bit (AMD64)]
Windows-10-10.0.19045-SP0
@BobDenny BobDenny added bad output rinohtype's output is not correct bug labels Oct 15, 2024
@brechtm
Copy link
Owner

brechtm commented Dec 6, 2024

I'm failing to reproduce this. See:

Are the links working in HTML output?

Again, I'd like to stress the importance of source files that reproduce the issue. If you make these available, I can spend the time on fixing the issue instead of trying to reproduce it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bad output rinohtype's output is not correct bug
Projects
None yet
Development

No branches or pull requests

3 participants
@brechtm @BobDenny and others