From c50cd7e0cb2aec056023e468d2c73f218789a159 Mon Sep 17 00:00:00 2001 From: Jan-Wijbrand Kolman Date: Thu, 20 Jan 2011 20:53:17 +0000 Subject: [PATCH] very evil evil tag checkin to correct a documentatin mishap --- doc/conf.py | 2 +- documentation.cfg | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 6a7806b..6a148f6 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -68,7 +68,7 @@ # other places throughout the built documents. # # The short X.Y version. -version = pkg_resources.get_distribution('grok').version +version = pkg_resources.get_distribution('groktoolkit').version # The full version, including alpha/beta/rc tags. release = version if release.endswith('dev'): diff --git a/documentation.cfg b/documentation.cfg index 595b0dc..6e1736e 100644 --- a/documentation.cfg +++ b/documentation.cfg @@ -9,6 +9,7 @@ parts = recipe = z3c.recipe.scripts interpreter = sphinxpython eggs = + groktoolkit grok grokcore.annotation grokcore.component