summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/conf.py')
-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