From a87a4f986890e7fa380e24363b75c23f2f35c435 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Fri, 30 Nov 2012 10:00:48 +0000 Subject: [PATCH] GEP008: update references for documentation svn: r20711 --- docs/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 9e8bd37f9..f5a4bf34c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -19,7 +19,7 @@ import sys, os #sys.path.append(os.path.abspath('.')) #documentation in root/docs, allow import from root/src where GRAMPS modules life -sourcedir = (os.path.abspath('.')).split(os.sep)[:-1] + ['src'] +sourcedir = (os.path.abspath('.')).split(os.sep)[:-1] + ['gramps'] sys.path.append((os.sep).join(sourcedir)) #make it possible to add plugins --> walk the plugin dir and add to sys.path.append for (dirpath, dirnames, filenames) in os.walk((os.sep).join(sourcedir + ['plugins'])): @@ -53,9 +53,9 @@ copyright = u'2012, The Gramps Project' # built documents. # # The short X.Y version. -version = '3.4' +version = '4.0' # The full version, including alpha/beta/rc tags. -release = '3.4.0' +release = '4.0.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.