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.