I'm trying to build the doc for a Python package on readthedoc.org using sphinx on rst files. The doc is built as expected except for images that I'm unable to properly reference. What would be the proper way to reference the image produced by mycommand ? My solution doesn't work...
.. command-output:: mycommand > example_01.png
:shell:
.. image:: ./example_01.png
:target: ./example_01.png
:width: 75%