File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed
Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change 4646project = u'Nova Client Release Notes'
4747copyright = u'2015, Nova developers'
4848
49- # The version info for the project you're documenting, acts as replacement for
50- # |version| and |release|, also used in various other places throughout the
51- # built documents.
52- #
53- import pbr .version
54- nova_version = pbr .version .VersionInfo ('python-novaclient' )
49+ # Release notes are version independent.
5550# The short X.Y version.
56- version = nova_version . canonical_version_string ()
51+ version = ''
5752# The full version, including alpha/beta/rc tags.
58- release = nova_version . version_string_with_vcs ()
53+ release = ''
5954
6055# The language for content autogenerated by Sphinx. Refer to documentation
6156# for a list of supported languages.
You can’t perform that action at this time.
0 commit comments