From c099565265502836f20445be6f6860fe08444042 Mon Sep 17 00:00:00 2001 From: eap Date: Tue, 15 Nov 2011 16:15:03 +0000 Subject: [PATCH] Fix errors in generating documentation by SPHINX -latex_logo = '../salome/tui/images/head.png' +latex_logo = '@srcdir@/../salome/tui/images/head.png' --- doc/docutils/conf.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/docutils/conf.py.in b/doc/docutils/conf.py.in index b2bb21f71..1aea4dc54 100644 --- a/doc/docutils/conf.py.in +++ b/doc/docutils/conf.py.in @@ -184,7 +184,7 @@ latex_documents = [ # The name of an image file (relative to this directory) to place at the top of # the title page. -latex_logo = '../salome/tui/images/head.png' +latex_logo = '@srcdir@/../salome/tui/images/head.png' # For "manual" documents, if this is true, then toplevel headings are parts, # not chapters. -- 2.30.2