I am trying to add an image to one of the .md files for our read the docs.
I am putting this on my .md file:
<p align="center">
<img src="github url where the image is" width="350" />
</a>
</p>
Once I commit, It looks fine when I look at the file on Github, but it shows error on Read the docs.
I have tried different file type (.png or .svg), with Mark Down instead of HTML, and the story is always the same: I can see it on Github, but not on read the docs...
Any clues?
Thanks!!!