From eedc6fb4963e9cfe6d99845ba1aff78447e480e8 Mon Sep 17 00:00:00 2001 From: harlowja Date: Thu, 24 Jan 2013 23:36:43 -0800 Subject: Fix the release variable. --- doc/rtd/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/rtd/conf.py b/doc/rtd/conf.py index b3ca2b07..87fc40ab 100644 --- a/doc/rtd/conf.py +++ b/doc/rtd/conf.py @@ -42,7 +42,7 @@ master_doc = 'index' # |version| and |release|, also used in various other places throughout the # built documents. version = version.version_string() -release = versions +release = version # Set the default Pygments syntax highlight_language = 'python' -- cgit v1.2.3