[documentation] openstack-doc-tools 1.5.0
We are excited to announce the release of:
openstack-doc-tools 1.5.0: Tools for OpenStack Documentation
The source is available from:
https://git.openstack.org/cgit/openstack/openstack-doc-tools
Download the package from:
https://tarballs.openstack.org/openstack-doc-tools/
Please report issues through launchpad:
https://bugs.launchpad.net/openstack-doc-tools
For more details, please see below.
Changes in openstack-doc-tools 1.4.0..1.5.0 -------------------------------------------
59204ff Update to point to launchpad openstack-doc-tools c73092d [cli-ref] support required arguments option 1114d5c Updated from global requirements af4e2fb [cli-ref] support aodhclient 9fda4f7 [cli-ref] add gnocchi subcommands 1f83a65 Remove support for py33
Diffstat (except docs and test files) -------------------------------------
README.rst | 4 ++-- bin/doc-tools-update-cli-reference | 4 +++- os_doc_tools/commands.py | 16 ++++++++++++---- os_doc_tools/resources/clients.yaml | 16 ++++++++++++++++ requirements.txt | 4 ++-- setup.cfg | 1 - 6 files changed, 35 insertions(+), 10 deletions(-)
Requirements updates --------------------
diff --git a/requirements.txt b/requirements.txt index 38619f3..0797fc8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,2 +9,2 @@ oslo.config!=3.18.0,>=3.14.0 # Apache-2.0 -docutils!=0.13.1,>=0.11 # OSI-Approved Open Source, Public Domain -sphinx!=1.3b1,<1.4,>=1.2.1 # BSD +docutils>=0.11 # OSI-Approved Open Source, Public Domain +sphinx>=1.5.1 # BSD
participants (1)
-
no-reply@openstack.org