html - How to remove anchor tag around rescaled images in readthedocs site? -


i use alias without width or height modifiers display image:

.. |downloads_png| image:: assets/index/downloads_v2.png 

this image rendered correctly, without decoration.

i add height modifier resize image:

.. |downloads_png| image:: assets/index/downloads_v2.png                    :height: 26px 

when this, readthedocs page shows image grey line underneath:

downloads image grey bar underneath

what happening anchor tag (for whatever reason) being wrapped around img tag image, , anchor tag has text decoration style applied it, adds grey underlining.

how prevent happening? not need download image when mousing on it. want display image.


Comments

Popular posts from this blog

java - Plugin org.apache.maven.plugins:maven-install-plugin:2.4 or one of its dependencies could not be resolved -

Round ImageView Android -

How can I utilize Yahoo Weather API in android -