From 30c2a0b681187180ca8228e0160962c6f25e794c Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Thu, 6 Jan 2011 02:37:37 +0100 Subject: [PATCH] Update doc version. --- docs/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index 5b24d67c..507e30a3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -15,6 +15,8 @@ project = u'Pelican' copyright = u'2010, Alexis Metaireau and contributors' exclude_patterns = ['_build'] pygments_style = 'sphinx' +version = "2" +release = version # -- Options for HTML output ---------------------------------------------------