Merge "Remove setting of version/release from releasenotes"
Zuul authored 5 years ago
Gerrit Code Review committed 5 years ago
57 | 57 | project = u'Castellan Release Notes' |
58 | 58 | copyright = u'2017, Castellan Developers' |
59 | 59 | |
60 | # The version info for the project you're documenting, acts as replacement for | |
61 | # |version| and |release|, also used in various other places throughout the | |
62 | # built documents. | |
63 | # | |
60 | # Release notes do not need a version number in the title, they | |
61 | # cover multiple releases. | |
62 | # The full version, including alpha/beta/rc tags. | |
63 | release = '' | |
64 | 64 | # The short X.Y version. |
65 | from pbr import version as pbr_version | |
66 | # The full version, including alpha/beta/rc tags. | |
67 | release = pbr_version.VersionInfo('castellan').version_string_with_vcs() | |
68 | # The short X.Y version. | |
69 | version = pbr_version.VersionInfo('castellan').canonical_version_string() | |
65 | version = '' | |
70 | 66 | |
71 | 67 | # The language for content autogenerated by Sphinx. Refer to documentation |
72 | 68 | # for a list of supported languages. |