[release-announce] [documentation] openstackdocstheme 1.6.0

no-reply at openstack.org no-reply at openstack.org
Mon Jan 9 15:58:55 UTC 2017


We are stoked to announce the release of:

openstackdocstheme 1.6.0: OpenStack Docs Theme

The source is available from:

    http://git.openstack.org/cgit/openstack/openstackdocstheme

Download the package from:

    https://tarballs.openstack.org/openstackdocstheme/

Please report issues through launchpad:

    http://bugs.launchpad.net/openstack-manuals

For more details, please see below.

Changes in openstackdocstheme 1.5.0..1.6.0
------------------------------------------

edec81e Add Constraints support
3b8e21c Show team and repo badges on README
c467343 Removed minimized files
600ff8b Allow to build docs without git command
a7ab1e9 [www] update page header links
4d6fa28 Updated from global requirements
e83d58b Updated from global requirements
f9b3e8b Enable release notes translation
90fd29b Update test API Ref
e19cb82 Fix typo: remove redundant 'the'
ffa1c3c Updated from global requirements
3740db4 Updated from global requirements
5701016 Update requirements
c72b624 Fix tox setup
d7fe40b Install required packages
fe3bc79 Updated from global requirements


Diffstat (except docs and test files)
-------------------------------------

README.rst                                         |     9 +
api-ref/source/image.inc                           |   160 +
api-ref/source/index.rst                           |     5 +-
api-ref/source/service.inc                         |    87 +-
api-ref/source/status.yaml                         |    17 +
bindep.txt                                         |    15 +
openstackdocstheme/theme/openstackdocs/css.html    |     4 +-
openstackdocstheme/theme/openstackdocs/header.html |    10 +-
.../theme/openstackdocs/script_footer.html         |     4 +-
.../theme/openstackdocs/sidebartoc.html            |     2 +-
.../theme/openstackdocs/static/css/bootstrap.css   |  6760 ++++++++++++
.../openstackdocs/static/css/bootstrap.min.css     |     5 -
.../openstackdocs/static/css/font-awesome.css      |  2199 ++++
.../openstackdocs/static/fonts/FontAwesome.otf     |   Bin 0 -> 124988 bytes
.../static/fonts/fontawesome-webfont.eot           |   Bin 0 -> 76518 bytes
.../static/fonts/fontawesome-webfont.svg           |   685 ++
.../static/fonts/fontawesome-webfont.ttf           |   Bin 0 -> 152796 bytes
.../static/fonts/fontawesome-webfont.woff          |   Bin 0 -> 90412 bytes
.../static/fonts/fontawesome-webfont.woff2         |   Bin 0 -> 71896 bytes
.../static/fonts/glyphicons-halflings-regular.eot  |   Bin 0 -> 20127 bytes
.../static/fonts/glyphicons-halflings-regular.svg  |   288 +
.../static/fonts/glyphicons-halflings-regular.ttf  |   Bin 0 -> 45404 bytes
.../static/fonts/glyphicons-halflings-regular.woff |   Bin 0 -> 23424 bytes
.../fonts/glyphicons-halflings-regular.woff2       |   Bin 0 -> 18028 bytes
.../theme/openstackdocs/static/js/bootstrap.js     |  2363 ++++
.../theme/openstackdocs/static/js/bootstrap.min.js |     6 -
.../theme/openstackdocs/static/js/jquery-1.11.3.js |     5 -
.../theme/openstackdocs/static/js/jquery-1.12.4.js | 11008 +++++++++++++++++++
.../theme/openstackdocs/titlerow.html              |     6 +-
releasenotes/source/conf.py                        |     3 +
requirements.txt                                   |     3 +-
test-requirements.txt                              |    10 +-
tools/tox_install.sh                               |    30 +
tox.ini                                            |    16 +-
36 files changed, 23618 insertions(+), 93 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 7dfa598..1a62d2e 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,2 +5 @@
-pbr>=1.6 # Apache-2.0
-requests>=2.10.0 # Apache-2.0
+pbr>=1.8 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 1ec5a83..0cfa82a 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@
-hacking<0.11,>=0.10.0
+hacking<0.12,>=0.11.0 # Apache-2.0
@@ -8 +8 @@ hacking<0.11,>=0.10.0
-sphinx!=1.3b1,<1.3,>=1.2.1 # BSD
+sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
@@ -10 +10 @@ sphinx!=1.3b1,<1.3,>=1.2.1 # BSD
-reno>=1.8.0 # Apache2
+reno>=1.8.0 # Apache-2.0
@@ -12,2 +12,2 @@ reno>=1.8.0 # Apache2
-os-api-ref>=0.4.0 # Apache-2.0
-oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
+os-api-ref>=1.0.0 # Apache-2.0
+oslosphinx>=4.7.0 # Apache-2.0





More information about the Release-announce mailing list