jukkai_fi schrieb: > http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#substitution-definitions > > - i have images directory in my doc root > - images directory has images > > ex: (rst) > Press |plus| and continue ... > > but it not works > > .. |plus| image:: /images/plus.png > > - no images in directory in _build/html (no images dir) > > How I can put lot of used images in one directory like /images and use > those in every documents ? > > Ofcourse i like to use also: > .. :image:: /images/ok.png
Why do you need to refer to the images with an absolute path? Georg --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en -~----------~----~----~----~------~----~------~--~---
