'How do I get my images to show up on my readthedocs site using Sphinx?
I am trying to get images to appear on my readthedocs but I cannot figure out why it is not working. I have a file called "images" in my source directory that holds the images I wish to have on the site. In the RST file I use the command:
.. image:: _images/3DPDG1.png :width: 800
This works when I make and run the HTML but when I push to Git and then build on readthedocs this is what shows:

When I run the HTML locally this is what shows and what I want to show on the readthedocs:

Is there a different command I have to use in the RST or is there anything I have to do in conf.py to fix this? I have tried looking for help on this but I could not find anything.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
