From: eap Date: Tue, 15 Nov 2011 15:56:43 +0000 (+0000) Subject: Fix errors in generating documentation by SPHINX X-Git-Tag: V6_4_0rc1~9 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=1cf4f47e0e783cac9b08c61a016ac048d85ef2bd;p=modules%2Fgeom.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 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.