From ea3bb27029c74cee3410a859c9e10d89fc84582a Mon Sep 17 00:00:00 2001 From: Robert Jordens Date: Mon, 25 Jan 2016 16:31:26 -0700 Subject: [PATCH] doc/manual: cleanup commented out variables --- doc/manual/conf.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/manual/conf.py b/doc/manual/conf.py index f13bb62bf..d53d3bc56 100644 --- a/doc/manual/conf.py +++ b/doc/manual/conf.py @@ -75,11 +75,9 @@ copyright = '2014-2016, M-Labs Limited' # built documents. # # The short X.Y version. -# version = 'prerelease' +version = artiq_version.split('+', 1)[0] # The full version, including alpha/beta/rc tags. -# release = 'prerelease' release = artiq_version -version = release.split('+', 1)[0] # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.