In a Sphinx RST documentation, I am trying to put an image next to a hyperlink. Similar to this image here:

I have tried a good amount of combinations and different options for
`Text <https://hyper.link>`_
and
.. image:: https://image.url
Searching the reStructuredText documentation didn't help me either. In theory I can use HTML inside this documentation file, but do now have any knowledge in that field.