From 3f1235e2ea3361c6b0bacf0e262c48699851aed3 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 12 Jan 2014 16:28:27 +0100 Subject: [PATCH] doc: note that "image" paths should not have spaces. --- doc/rest.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/rest.rst b/doc/rest.rst index ccfdf11d5..b35ebc91d 100644 --- a/doc/rest.rst +++ b/doc/rest.rst @@ -373,6 +373,8 @@ For instance, if the file name ``gnu.*`` was given and two files :file:`gnu.pdf` and :file:`gnu.png` existed in the source tree, the LaTeX builder would choose the former, while the HTML builder would prefer the latter. +Note that image file names should not contain spaces. + .. versionchanged:: 0.4 Added the support for file names ending in an asterisk.