We are gleeful to announce the release of: os-api-ref 2.1.0: Sphinx Extensions to support API reference sites in OpenStack The source is available from: https://opendev.org/openstack/os-api-ref Download the package from: https://tarballs.openstack.org/os-api-ref/ For more details, please see below. Changes in os-api-ref 2.0.1..2.1.0 ---------------------------------- ca0db9d Switch to newer openstackdocstheme version 6b7db75 Remove .testr.conf 63e1344 Remove unused translation content b5ffcc3 Update sphinx-testing requirements to >=1.0.1 Diffstat (except docs and test files) ------------------------------------- .testr.conf | 7 ------- babel.cfg | 2 -- requirements.txt | 4 ++-- setup.cfg | 14 -------------- test-requirements.txt | 2 +- 7 files changed, 10 insertions(+), 35 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 4c5a592..063a0b5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,2 +8,2 @@ six>=1.10.0 # MIT -sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD -openstackdocstheme>=1.18.1 # Apache-2.0 +sphinx>=2.0.0,!=2.1.0 # BSD +openstackdocstheme>=2.2.1 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index c43b63c..eb913fc 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -11 +11 @@ testtools>=2.2.0 # MIT -sphinx-testing>=0.7.2 # BSD License +sphinx-testing>=1.0.1 # BSD License
participants (1)
-
no-reply@openstack.org