[openstack-dev] oslosphinx 2.3.0 released

Doug Hellmann doug at doughellmann.com
Tue Dec 2 16:42:09 UTC 2014


The Oslo team is pleased to announce release 2.3.0 of oslosphinx.

This release includes bug fixes, new features, and updated requirements.

For more details, please see the git log history below and
 http://launchpad.net/oslosphinx/+milestone/2.3.0

Please report issues through launchpad:
 http://bugs.launchpad.net/oslosphinx

----------------------------------------

Changes in openstack/oslosphinx  2.2.0..2.3.0

c7e307e provide visual separation in sidebar
6ce23c5 Updated from global requirements
64fe08f Add pbr to installation requirements
cf85e06 Report documentation build warnings as errors
446a8dc Add initial cut for documentation
8464870 Remove empty file
f6fee8b warn against sorting requirements

  diffstat (except docs and test files):

 CONTRIBUTING.rst                             | 17 +++++++
 oslosphinx/theme/openstack/static/tweaks.css | 13 ++++-
 requirements.txt                             |  5 ++
 setup.cfg                                    |  3 ++
 test-requirements.txt                        |  7 +++
 tox.ini                                      |  7 +--
 12 files changed, 166 insertions(+), 4 deletions(-)

  Requirements updates:

 diff --git a/requirements.txt b/requirements.txt
 index e69de29..c81bd8e 100644
 --- a/requirements.txt
 +++ b/requirements.txt
 @@ -0,0 +1,5 @@
 +# The order of packages is significant, because pip processes them in the order
 +# of appearance. Changing the order has an impact on the overall integration
 +# process, which may cause wedges in the gate later.
 +
 +pbr>=0.6,!=0.7,<1.0
 diff --git a/test-requirements.txt b/test-requirements.txt
 index c0de34d..b859e83 100644
 --- a/test-requirements.txt
 +++ b/test-requirements.txt
 @@ -0,0 +1,4 @@
 +# The order of packages is significant, because pip processes them in the order
 +# of appearance. Changing the order has an impact on the overall integration
 +# process, which may cause wedges in the gate later.
 +
 @@ -1,0 +6,3 @@ hacking>=0.9.2,<0.10
 +
 +# this is required for the docs build jobs
 +sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3


More information about the OpenStack-dev mailing list