Closed kujiu closed 4 years ago
Does it work as intended without sphinxcontrib-images loaded? I assume it does, if you add your image to index.rst as below:
.. image:: fig.png
:alt: my alternate text
:title: my title
No, it doesn't. I opened the same issue here : https://github.com/sphinx-doc/sphinx/issues/7784
Then I'll close it as an upstream issue. Feel free to open a new issue if it gets fixed upstream but appears again when using sphinxcontrib-images.
Translation of text in image attributes miss.
How to reproduce
Create a project with sphinx-quickstart, add an image on index.rst and set a :title: and an :alt:.
Then, launch compilation with "make gettext". The content of :title: and of :alt: are not in the index.pot file.