From: eap Date: Tue, 15 Nov 2011 16:15:03 +0000 (+0000) Subject: Fix errors in generating documentation by SPHINX X-Git-Tag: V6_4_0rc1~19 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c099565265502836f20445be6f6860fe08444042;p=modules%2Fsmesh.git Fix errors in generating documentation by SPHINX -latex_logo = '../salome/tui/images/head.png' +latex_logo = '@srcdir@/../salome/tui/images/head.png' --- 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.