[openstack-dev] [new][documentation] openstack-doc-tools 1.2.1 release

no-reply at openstack.org no-reply at openstack.org
Fri Nov 18 15:03:25 UTC 2016


We are frolicsome to announce the release of:

openstack-doc-tools 1.2.1: 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.

1.2.1
^^^^^


Bug Fixes
*********

* Fix doc-tools-check-languages, it used a wrong way of passing
  arguments to tox and failed therefore with tox 2.5.0.


Other Notes
***********

* The configuration items for autohelp are now in the openstack-
  manuals repository.

* Use jinja templating system to generate configuration reference
  tables.

* Unsupport OpenStackClient in CLI Reference in favor of docs in the
  OSC project itself.

* autohelp.py update will create the flagmappings file if it doesn't
  exist yet.

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

5d48d97 Fix doc-tools-check-languages
99c3a4d Properly pass arguments for language building
3fdbbc3 Typo mistake
0f01f52 Updated from global requirements
209dcd0 [cli-reference] remove sahara CLI support
51e3476 Updated from global requirements
67691c3 Don't include openstack/common in flake8 exclude list
1312d4b Updated from global requirements
1dadc93 Add prefix "$" for command examples
c8f4375 [config-ref] support URIOpt/HostnameOpt to auto config doc tool
858b941 [config-ref] support IPOpt into auto config doc tool
699e82d Enable release notes translation
c99bb68 Mitaka is an old release now
8a8411e Improve the README file of the sitemap generator
92a4fb6 Move SitemapItem class into generator.spiders.sitemap_file
e508296 Updated from global requirements
1057a48 [config-ref] Remove heading and trailing blanks from help
dfa602d Remove unnecessary white space
03a5618 Update flake8 ignore list
52d9c52 Change assertTrue(isinstance()) by optimal assert
ff558eb Move release notes to be handled by reno
dfe5988 [cli-ref] cleanup osc cli reference tools


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

README.rst                                         | 12 ++++----
RELEASE_NOTES.rst                                  |  2 +-
autogenerate_config_docs/autohelp.py               |  8 ++++--
.../notes/conf-in-manuals-f2d57e04ee35741f.yaml    |  4 ---
.../notes/switch-to-jinja-4b8d143f872a2495.yaml    |  3 --
.../notes/update-can-create-097dd0790567eeb5.yaml  |  3 --
bin/doc-tools-check-languages                      | 30 ++++++++++----------
bin/doc-tools-update-cli-reference                 | 12 +-------
os_doc_tools/commands.py                           | 32 +++-------------------
os_doc_tools/resources/clients.yaml                |  2 --
.../notes/conf-in-manuals-f2d57e04ee35741f.yaml    |  4 +++
.../notes/fix-langs-tox-c3ead8fa02de31fc.yaml      |  5 ++++
.../notes/switch-to-jinja-4b8d143f872a2495.yaml    |  3 ++
.../unsupport-osc-cli-ref-191b42b312f1ce89.yaml    |  4 +++
.../notes/update-can-create-097dd0790567eeb5.yaml  |  3 ++
releasenotes/source/conf.py                        |  3 ++
requirements.txt                                   |  6 ++--
sitemap/README.rst                                 | 30 ++++++++++++--------
sitemap/generator/items.py                         | 21 --------------
sitemap/generator/spiders/sitemap_file.py          | 15 ++++++++--
sitemap/test/generator/test_pipelines.py           |  4 +--
test-requirements.txt                              |  2 +-
tox.ini                                            |  6 ++--
23 files changed, 93 insertions(+), 121 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index e6c0afd..d5a8501 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@
-pbr>=1.6 # Apache-2.0
+pbr>=1.8 # Apache-2.0
@@ -8 +8 @@ lxml>=2.3 # BSD
-oslo.config>=3.14.0 # Apache-2.0
+oslo.config!=3.18.0,>=3.14.0 # Apache-2.0
@@ -11 +11 @@ demjson # GLGPLv3+
-PyYAML>=3.1.0 # MIT
+PyYAML>=3.10.0 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index 3cac23e..52ebe21 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -12 +12 @@ pylint==1.4.5 # GPLv2
-reno>=1.8.0 # Apache2
+reno>=1.8.0 # Apache-2.0





More information about the OpenStack-dev mailing list