tfv*_*tfv 6 restructuredtext python-sphinx
在Sphinx中,我试图包含子目录中的图像.
虽然这适用于没有空格的路径,例如
.. image:: imagepath/image.png
Run Code Online (Sandbox Code Playgroud)
我没有成功的空间路径.
我试过的是:
.. image:: imagepath with space/image.png
.. image:: `imagepath with space/image.png`
.. image::`imagepath with space/image.png`
Run Code Online (Sandbox Code Playgroud)
我错过了什么?提前谢谢了.