[release-announce] [documentation] openstack-doc-tools 1.3.0

no-reply at openstack.org no-reply at openstack.org
Mon Jan 9 16:14:52 UTC 2017


We are overjoyed to announce the release of:

openstack-doc-tools 1.3.0: Tools for OpenStack Documentation

The source is available from:

    http://git.openstack.org/cgit/openstack/openstack-doc-tools

Download the package from:

    https://tarballs.openstack.org/openstack-doc-tools/

Please report issues through launchpad:

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

For more details, please see below.

Changes in openstack-doc-tools 1.2.1..1.3.0
-------------------------------------------

e04ab20 Updated from global requirements
74b6815 [cli-reference] remove unnecessary subcommand list for freezer
a46d872 Fix TypeError in autohelp.py
799f4dc Add pdf file link in build result page
5e51e21 H803 have been deprecated
d4aad53 Add Constraints support
cd9f5f8 Updated from global requirements
4b85730 Skip docutils version that errors on remote images
a01072c [cli-ref] unlink the openstack command
3a7426e Show team and repo badges on README
c93f485 Make hooks module import optional
59542bc [config-ref] Update README for RHEL/CentOS; diff_branches for Ocata
2356c4d PDF support using --pdf option
fdcded3 [cli-ref] add project name with service name
855daa6 Remove docbook
98247bb Link to Contributor Guide instead of wiki
40ef490 doc-tools-check-languages: Output NEWREV
4d7d799 Only build debconf if it exists
387e828 Add error check for doc-tools-check-languages
3f8ed82 Gen autogenerate_config_docs/README.rst
3677def [config-ref] fix pattern matching for bullet list
e8f0c4c [config-ref] remove unnecessary template files


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

README.rst                                         | 23 ++++--
autogenerate_config_docs/README.rst                | 30 +++++---
autogenerate_config_docs/autohelp-wrapper          | 13 +---
autogenerate_config_docs/autohelp.py               | 18 +++--
autogenerate_config_docs/diff_branches.py          |  6 +-
.../templates/autohelp.docbook.j2                  | 58 ---------------
.../templates/changes.docbook.j2                   | 70 ------------------
.../templates/swift.docbook.j2                     | 27 -------
bin/doc-tools-build-rst                            | 20 +++++-
bin/doc-tools-check-languages                      | 51 +++++++------
os_doc_tools/commands.py                           |  3 -
os_doc_tools/index.py                              | 34 ++++-----
os_doc_tools/resources/clients.yaml                | 83 +++++++---------------
requirements.txt                                   |  3 +-
tools/tox_install.sh                               | 30 ++++++++
tox.ini                                            |  7 +-
18 files changed, 180 insertions(+), 298 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index d5a8501..38619f3 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7 +7 @@ iso8601>=0.1.11 # MIT
-lxml>=2.3 # BSD
+lxml!=3.7.0,>=2.3 # BSD
@@ -8,0 +9 @@ oslo.config!=3.18.0,>=3.14.0 # Apache-2.0
+docutils!=0.13.1,>=0.11 # OSI-Approved Open Source, Public Domain





More information about the Release-announce mailing list