From 699896ee0ac866d98675e18a2467dc067121cbfb Mon Sep 17 00:00:00 2001 From: Manuel Guenther <manuel.guenther@idiap.ch> Date: Mon, 29 Jun 2015 14:29:35 +0200 Subject: [PATCH] Corrected documentation header --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 72672f3..fee9758 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -58,7 +58,7 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -project = u'Bob Example Project' +project = u'Gaussian Mixture Model based algorithms for bob.bio' import time copyright = u'%s, Idiap Research Institute' % time.strftime('%Y') -- GitLab