Commit eddf59ae authored by Davide Italiano's avatar Davide Italiano
Browse files

[docs] Use 0 as version placeholder instead of a made up number.

While here, explain that this is not really used. Probably NFC.
parent e4595969
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -46,12 +46,14 @@ copyright = u'2007-%d, The LLDB Team' % date.today().year

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
# built documents. These are currently set to zero because we don't use them.
# Should somebody consider in the future to change them, they need to be updated
# everytime a new release comes out.
#
# The short version.
#version = '8'
#version = '0'
# The full version, including alpha/beta/rc tags.
#release = '8'
#release = '0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.