We are amped to announce the release of: sphinx-feature-classification 1.0.1: Generate a matrix of pluggable drivers and their support to an API in Sphinx. The source is available from: https://opendev.org/openstack/sphinx-feature-classification Download the package from: https://pypi.org/project/sphinx-feature-classification For more details, please see below. Changes in sphinx-feature-classification 1.0.0..1.0.1 ----------------------------------------------------- e941f13 Update hacking for Python3 62e9787 Switch to sphinx-build and cleanup Diffstat (except docs and test files) ------------------------------------- setup.cfg | 15 +++------------ sphinx_feature_classification/support_matrix.py | 2 +- test-requirements.txt | 4 ++-- tox.ini | 4 ++-- 4 files changed, 8 insertions(+), 17 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index bcf5329..ff02351 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking>=0.12.0,<0.13 # Apache-2.0 +hacking>=3.0,<3.1.0 # Apache-2.0 @@ -11 +11 @@ python-subunit>=0.0.18 # Apache-2.0/BSD -sphinx!=1.6.1,>=1.5.1 # BSD +sphinx>=1.6.8 # BSD