We are overjoyed to announce the release of: openstackdocstheme 3.4.0 The source is available from: https://opendev.org/openstack/openstackdocstheme Download the package from: https://tarballs.openstack.org/openstackdocstheme/ For more details, please see below. Changes in openstackdocstheme 3.3.0..3.4.0 ------------------------------------------ 052ed8e Bump minimum Sphinx version f00d211 Resolve Sphinx 8.x warnings fe883a4 Make Sphinx a required dependency e7c48a5 setup: Update Python classifiers 2f49a66 pre-commit: Add ruff, ruff-format 9baeee4 pre-commit: Bump dependencies Diffstat (except docs and test files) ------------------------------------- .pre-commit-config.yaml | 31 ++++++--------- api-ref/source/conf.py | 17 ++++---- openstackdocstheme/ext.py | 79 +++++++++++++++++++++++--------------- openstackdocstheme/page_context.py | 48 ++++++++++++++++------- pyproject.toml | 6 +++ releasenotes/source/conf.py | 40 +++++++++++-------- requirements.txt | 5 +-- setup.cfg | 4 +- setup.py | 4 +- test-requirements.txt | 10 ----- tox.ini | 24 +++++++----- 13 files changed, 161 insertions(+), 127 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index f2932ea..7effca4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +0,0 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. - @@ -6,0 +3 @@ dulwich>=0.15.0 # Apache-2.0 +sphinx>=6.0.0 # BSD
participants (1)
-
no-reply@openstack.org