From d22e8dc6772b15de7ed1372e1eb2dcd01311591e Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 30 Dec 2009 00:50:41 +0000 Subject: Don't show a date on the title page. --- docs/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 43a91dfd5..e53faa99e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -13,7 +13,7 @@ import sys, os -book = os.environ.get('book') +book = os.environ.get('BOOK') # If your extensions are in another directory, add it here. If the directory # is relative to the documentation root, use os.path.abspath to make it @@ -234,6 +234,7 @@ _PREAMBLE = r""" latex_elements = { 'preamble': _PREAMBLE, 'wrapperclass':'book', + 'date':'', } from docutils import nodes -- cgit v1.2.3