From 9e4bc3214b30c8cd050cc99ad62aa2309a1ec214 Mon Sep 17 00:00:00 2001 From: Dilawar Singh <dilawars@ncbs.res.in> Date: Wed, 25 May 2016 17:06:17 +0530 Subject: [PATCH] Fixed logo path for latex latex build on rtd. --- docs/user/py/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/py/conf.py b/docs/user/py/conf.py index b177111f..b3ebd91f 100644 --- a/docs/user/py/conf.py +++ b/docs/user/py/conf.py @@ -201,7 +201,7 @@ latex_documents = [ # The name of an image file (relative to this directory) to place at the top of # the title page. -latex_logo = 'images/moose_logo.png' +latex_logo = '../../images/moose_logo.png' # For "manual" documents, if this is true, then toplevel headings are parts, # not chapters. -- GitLab