From 1cf4f47e0e783cac9b08c61a016ac048d85ef2bd Mon Sep 17 00:00:00 2001 From: eap Date: Tue, 15 Nov 2011 15:56:43 +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 da8e3e23c..ab0f94d07 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.39.2