f908e62c10
ReNo [1] is the release management tool in OpenStack. This patch adds the basic structure to start using it. * Update .gitignore * Add a basic note "use-reno" * Add releasenotes/ dir and basic files * Add python files: setup.cfg, setup.py, test-requirements.txt and tox.ini. [1] http://docs.openstack.org/developer/reno Change-Id: I82b62105f7c11c7bf28a288c690d059a95fc400a
5 lines
134 B
Plaintext
5 lines
134 B
Plaintext
# this is required for the docs build jobs
|
|
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
|
|
oslosphinx>=2.5.0 # Apache-2.0
|
|
reno>=0.1.1 # Apache-2.0
|