[documentation] openstack-doc-tools 1.8.0
We are pleased to announce the release of: openstack-doc-tools 1.8.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.7.0..1.8.0 ------------------------------------------- bb24cc4 [lang] Fixes PUBLISH_DIR for api-quick-start 3e766d6 add lower-constraints job c2276b4 Updated from global requirements 391c6d8 Remove unused oslo.config requirement 11652f5 Updated from global requirements a22003c Updated from global requirements 15fe203 Update links in README 8625096 Clean imports in code 675f242 Updated from global requirements Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 7 +++++ README.rst | 6 ++-- bin/doc-tools-check-languages | 8 +++++- bindep.txt | 4 +++ lower-constraints.txt | 46 +++++++++++++++++++++++++++++++ requirements.txt | 5 ++-- sitemap/generator/spiders/sitemap_file.py | 4 +-- test-requirements.txt | 2 +- tox.ini | 10 +++++++ 9 files changed, 82 insertions(+), 10 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 7dcd433..c2a2bab 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8 +7,0 @@ lxml!=3.7.0,>=3.4.1 # BSD -oslo.config>=5.1.0 # Apache-2.0 @@ -10 +9 @@ docutils>=0.11 # OSI-Approved Open Source, Public Domain -sphinx!=1.6.6,>=1.6.2 # BSD +sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD @@ -12 +11 @@ demjson>=2.2.2 # GLGPLv3+ -PyYAML>=3.10 # MIT +PyYAML>=3.12 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index 393536e..f16aff2 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -14 +14 @@ reno>=2.5.0 # Apache-2.0 -openstackdocstheme>=1.17.0 # Apache-2.0 +openstackdocstheme>=1.18.1 # Apache-2.0
participants (1)
-
no-reply@openstack.org