Inserting an image in sphinx
问题 Im trying to insert an image my documentation page,going through the documentation i have it done like this **Tutorial on Training model** ============================== .. image::/home/predible/Desktop/sixfortyintofoureighty.png When i run make html It does not throw any error but the image does not display in the documentation,Any suggestions on how do i get my image to display would be really helpful,thanks in advance. 回答1: There should be a space between .. image:: and the path to the