forked from M-Labs/artiq
doc/manual: cleanup commented out variables
This commit is contained in:
parent
0bbed9bcb6
commit
ea3bb27029
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue