How do we embed images in sphinx docs?

前端 未结 3 1664
礼貌的吻别
礼貌的吻别 2020-12-25 10:18

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 ?

3条回答
  •  遥遥无期
    2020-12-25 10:46

    Use the image directive, for example:

    .. image:: example.png
    

    The path to the image is relative to the file. See the Sphinx documentation for more information.

提交回复
热议问题