From 672e42e558cb47b37d4a8c7fb47105e4efad7142 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Thu, 7 Aug 2014 23:05:02 +0200 Subject: [PATCH] fix doc config for latex --- doc/en/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/en/conf.py b/doc/en/conf.py index 3b6091041..d6df88a33 100644 --- a/doc/en/conf.py +++ b/doc/en/conf.py @@ -18,7 +18,7 @@ # The full version, including alpha/beta/rc tags. # The short X.Y version. version = "2.6" -release = "2.6.0" +release = "2.6.1" import sys, os @@ -225,7 +225,7 @@ latex_documents = [ # The name of an image file (relative to this directory) to place at the top of # the title page. -#latex_logo = None +latex_logo = 'img/pytest1.png' # For "manual" documents, if this is true, then toplevel headings are parts, # not chapters.