Add first reno-based release note
Also make use of sphinx-quickstart for reno conf.py as previously it was copypasted from glance and changed manually. Change-Id: I0efac1cb5181dbf71ef8e50da969a646f5577e11
This commit is contained in:
parent
e83d695c99
commit
b79105a935
@ -0,0 +1,3 @@
|
||||
---
|
||||
other:
|
||||
- Start using reno to manage release notes.
|
@ -11,9 +11,9 @@
|
||||
# implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Glance Release Notes documentation build configuration file, created by
|
||||
# sphinx-quickstart on Tue Nov 3 17:40:50 2015.
|
||||
#
|
||||
# Ironic Client Release Notes documentation build configuration file, created
|
||||
# by sphinx-quickstart on Wed Dec 23 22:54:56 2015.
|
||||
#
|
||||
# This file is execfile()d with the current directory set to its
|
||||
# containing dir.
|
||||
@ -62,13 +62,12 @@ copyright = u'2015, Ironic Developers'
|
||||
# |version| and |release|, also used in various other places throughout the
|
||||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
import pbr.version
|
||||
ironicclient_version = pbr.version.VersionInfo('python-ironicclient')
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = ironicclient_version.version_string_with_vcs()
|
||||
# The short X.Y version.
|
||||
version = ironicclient_version.canonical_version_string()
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = ironicclient_version.version_string_with_vcs()
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
Loading…
x
Reference in New Issue
Block a user