I am quite new in using sphinx, Doing documentation for the first time for the python project. How to embed image for example in the sphinx documentation ?
Use the image directive, for example:
image
.. image:: example.png
The path to the image is relative to the file. See the Sphinx documentation for more information.