From 9643ebe5666cfba5b5a9e8a8efd2ce2a8c9b3b72 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 5 Nov 2010 00:12:26 -0400 Subject: get rid of a dependency on pkginfo --- docs/conf.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'docs/conf.py') diff --git a/docs/conf.py b/docs/conf.py index 69c6b0680..f78f09dcc 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -37,10 +37,6 @@ for item in os.listdir(parent): if item.endswith('.egg'): sys.path.append(os.path.join(parent, item)) -import pkginfo - -pkg_info = pkginfo.Develop(os.path.join(os.path.dirname(__file__),'..')) - # General configuration # --------------------- @@ -66,7 +62,7 @@ copyright = '%s, Agendaless Consulting' % datetime.datetime.now().year # other places throughout the built documents. # # The short X.Y version. -version = pkg_info.version +version = '0.0' # The full version, including alpha/beta/rc tags. release = version -- cgit v1.2.3