[openstack-dev] [release][documentation] openstack-doc-tools 0.34.0 release

no-reply at openstack.org no-reply at openstack.org
Tue Mar 22 11:26:25 UTC 2016


We are glad to announce the release of:

openstack-doc-tools 0.34.0: Tools for OpenStack Documentation

With source available at:

    http://git.openstack.org/cgit/openstack/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 0.33.0..0.34.0
---------------------------------------------

d01a68d Do not publish translated Debian Guide
87f23f5 Make diff_branches.py work again
6264763 autohelp: add zaqar to the default projects
74a5a0d Fix a typo in autogenerate_config_docs/README.rst
c423d9e Remove parallel building
cba7f7f Better identify deprecated configuration options
557d0af Provide a more human identifable option data type
4bca964 Catch sqlalchemy.exc.InvalidRequestError exception
0c4e6e2 Updated prerequisite packages for ironic & swift
2530250 Remove parallel building
360f159 [nova-cli-ref] Adjust long line for check niceness
0e5bff7 Note to add 'jinja2' and 'markupsafe' to requirements
028dcd0 Change help category markup
9a4ffef Updated from global requirements
92944e1 Remove markdown script
1f17e5d [autohelp] Remove oslo.incubator installation
faaee70 Change Git message got cli reference update
561228a Use pep8 instead of linters
a12917d Add option pattern to cli ref tool

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

CONTRIBUTING.rst                             |  6 +++
autogenerate_config_docs/README.rst          | 12 +++--
autogenerate_config_docs/autohelp-wrapper    | 31 +++++++++---
autogenerate_config_docs/autohelp.py         | 30 ++++++++++-
autogenerate_config_docs/diff_branches.py    | 45 +++++------------
autogenerate_config_docs/requirements.txt    |  1 -
bin/doc-tools-build-rst                      | 10 +---
bin/doc-tools-check-languages                | 18 +++----
bin/doc-tools-update-cli-reference           |  4 +-
os_doc_tools/commands.py                     |  9 +++-
os_doc_tools/doctest.py                      | 30 -----------
os_doc_tools/scripts/markdown-docbook.sh     | 74 ----------------------------
os_doc_tools/scripts/pandoc-template.docbook | 21 --------
requirements.txt                             |  2 +-
tox.ini                                      |  7 ++-
15 files changed, 103 insertions(+), 197 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 064da08..7406383 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9 +9 @@ lxml>=2.3 # BSD
-oslo.config>=3.4.0 # Apache-2.0
+oslo.config>=3.7.0 # Apache-2.0





More information about the OpenStack-dev mailing list