The Oslo team is pleased to announce the release of: oslosphinx 2.4.0: OpenStack Sphinx Extensions and Theme
There are two new features to highlight in this release: 1. The theme enforcement is now flexible, allowing any existing theme with a name starting with “openstack” to be used. This will enable the docs team’s project to build a new theme for use with the manuals they are converting to reStructuredText. 2. There is a new extension for use with specs repositories that verifies that the name of a specs document matches the name of a blueprint in launchpad. See the documentation at http://docs.openstack.org/developer/oslosphinx/check_blueprints.html for more details about configuring and using this extension. For more details, please see the git log history below and: http://launchpad.net/oslosphinx/+milestone/2.4.0 Please report issues through launchpad: http://bugs.launchpad.net/oslosphinx Changes in /home/dhellmann/repos/openstack/oslosphinx 2.3.0..2.4.0 ------------------------------------------------------------------ 7c282dc Allow alternate OpenStack themes c01c226 Add links to the README 7275016 Add run_cross_tests.sh from incubator 4ce81f8 Add an extension for validating blueprint names 879cbc5 Workflow documentation is now in infra-manual acd9067 Tighten up documentation Diffstat (except docs and test files) ------------------------------------- .gitignore | 1 + CONTRIBUTING.rst | 7 ++- README.rst | 10 ++-- openstack-common.conf | 7 +++ oslosphinx/__init__.py | 14 ++--- oslosphinx/check_blueprints.py | 110 ++++++++++++++++++++++++++++++++++++++++ requirements.txt | 1 + 14 files changed, 295 insertions(+), 44 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index c81bd8e..19d3ae5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,0 +6 @@ pbr>=0.6,!=0.7,<1.0 +requests>=2.2.0,!=2.4.0 __________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev