doc/manual: cleanup commented out variables

pull/319/head
Robert Jördens 2016-01-25 16:31:26 -07:00
parent 0bbed9bcb6
commit ea3bb27029
1 changed files with 1 additions and 3 deletions

View File

@ -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.