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
Thanks for providing the sphinx-design extension. I use it together with Pydata Sphinx Theme to build a navigation page for our product documentation. See https://docs.software-univention.de/. I want to convert all cards there to clickable cards.
I want to use hyperlink targets as defined in docutils. My document supports several languages. Depending on the language, I include a different link.txt file. They have the same hyperlink name, but a different hyperlink target, depending on the language.
context
I want to use hyperlink targets for clickable cards:
.. grid-item-card:: some title
:link: hyperlink-target-name_
Using
.. grid-item-card:: `some title <hyperlink-target-name_>`_
works. But then the card isn't clickable and just the title of the card. I want to whole card to be clickable with hyperlink targets.
expectation
I need the clickable card to render the link as defined in the hyperlink target.
bug
The link then just renders to http://$host/$path/hyperlink-target-name_ instead of the external link I want to have.
problem
This is a problem for people who have a document with different languages and need links depending on the language. The :link: option isn't part of the translation.
Reproduce the bug
Create an empty Sphinx project and add the extensions pydata_sphinx_theme and sphinx_design to the conf.py.
Thanks for opening your first issue here! Engagement like this is essential for open source projects! 🤗
If you haven't done so already, check out EBP's Code of Conduct. Also, please try to follow the issue template as it helps other community members to contribute more effectively.
If your issue is a feature request, others may react to it, to raise its prominence (see Feature Voting).
Describe the bug
Thanks for providing the sphinx-design extension. I use it together with Pydata Sphinx Theme to build a navigation page for our product documentation. See https://docs.software-univention.de/. I want to convert all cards there to clickable cards.
I want to use hyperlink targets as defined in docutils. My document supports several languages. Depending on the language, I include a different
link.txt
file. They have the same hyperlink name, but a different hyperlink target, depending on the language.context
I want to use hyperlink targets for clickable cards:
Using
works. But then the card isn't clickable and just the title of the card. I want to whole card to be clickable with hyperlink targets.
expectation
I need the clickable card to render the link as defined in the hyperlink target.
bug
The link then just renders to
http://$host/$path/hyperlink-target-name_
instead of the external link I want to have.problem
This is a problem for people who have a document with different languages and need links depending on the language. The
:link:
option isn't part of the translation.Reproduce the bug
conf.py
.links-en.txt
:links-de.txt
:index.rst
file add:List your environment
The text was updated successfully, but these errors were encountered: