Salome HOME
Fix errors in generating documentation by SPHINX
authoreap <eap@opencascade.com>
Tue, 15 Nov 2011 16:15:03 +0000 (16:15 +0000)
committereap <eap@opencascade.com>
Tue, 15 Nov 2011 16:15:03 +0000 (16:15 +0000)
-latex_logo = '../salome/tui/images/head.png'
+latex_logo = '@srcdir@/../salome/tui/images/head.png'

doc/docutils/conf.py.in

index b2bb21f71a929e641e5406a06260ccadd2123816..1aea4dc5494e4d9f14d68e55e8940213e6ee72e7 100644 (file)
@@ -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.