We are glad to announce the release of: os-api-ref 2.3.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.2.0..2.3.0 ---------------------------------- 3d4f056 Fix exception logging 8aa8e71 tox: Don't use distutils entrypoint for coverage fcf44fc Remove six 42053b1 Drop support for Sphinx < 4.x Diffstat (except docs and test files) ------------------------------------- MANIFEST.in | 6 -- os_api_ref/__init__.py | 6 +- os_api_ref/http_codes.py | 3 +- requirements.txt | 3 +- tox.ini | 28 ++++++--- 8 files changed, 35 insertions(+), 172 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 063a0b5..4555b93 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,2 +7 @@ PyYAML>=3.12 # MIT -six>=1.10.0 # MIT -sphinx>=2.0.0,!=2.1.0 # BSD +sphinx>=4.0.0 # BSD