We are pleased to announce the release of: oslosphinx 3.3.0: OpenStack Sphinx Extensions and Theme This release is part of the mitaka release series. With source available at: http://git.openstack.org/cgit/openstack/oslosphinx With package available at: https://pypi.python.org/pypi/oslosphinx For more details, please see the git log history below and: http://launchpad.net/oslosphinx/+milestone/3.3.0 Please report issues through launchpad: http://bugs.launchpad.net/oslosphinx Changes in oslosphinx 3.2.0..3.3.0 ---------------------------------- 53c4ae7 Updated from global requirements 014df1a No need for Oslo Incubator Sync 2525bb9 Make urlparse import Python3-compatible 36dd92b Fix subprocess exception name ff59f30 Titles in table of contents continue into the page 6ebaef6 clean up documentation titles and intros fa83ee0 add pbr-generated release history to the doc build efec9c6 add link to project source in navigation sidebar e9e52bd Updated from global requirements Diffstat (except docs and test files) ------------------------------------- README.rst | 5 +++-- openstack-common.conf | 4 ---- oslosphinx/__init__.py | 24 ++++++++++++++++++++++++ oslosphinx/theme/openstack/layout.html | 9 +++++++++ oslosphinx/theme/openstack/static/basic.css | 2 +- oslosphinx/theme/openstack/static/tweaks.css | 15 ++++++++++++++- requirements.txt | 5 +++-- setup.py | 2 +- 10 files changed, 70 insertions(+), 14 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index aa8cbdf..bc07a27 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,2 +5,3 @@ -pbr<2.0,>=1.6 -requests>=2.5.2 +pbr>=1.6 +requests!=2.8.0,>=2.5.2 +six>=1.9.0