summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-12-30 00:50:41 +0000
committerChris McDonough <chrism@agendaless.com>2009-12-30 00:50:41 +0000
commitd22e8dc6772b15de7ed1372e1eb2dcd01311591e (patch)
tree7c10c31cfc140de81209898a5c764fe9ffe2b68f /docs
parentce3f954eaf9b69e6d91157b9ac3d304fd4db727e (diff)
downloadpyramid-d22e8dc6772b15de7ed1372e1eb2dcd01311591e.tar.gz
pyramid-d22e8dc6772b15de7ed1372e1eb2dcd01311591e.tar.bz2
pyramid-d22e8dc6772b15de7ed1372e1eb2dcd01311591e.zip
Don't show a date on the title page.
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py3
1 files changed, 2 insertions, 1 deletions
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