From bd4265e81560cf2d32040ebba9531a8e54babf3f Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Tue, 30 Jul 2024 03:29:36 +0100 Subject: [PATCH] Require Sphinx 6.2 or later --- .github/workflows/unit_tests.yml | 6 ------ README.rst | 2 +- pyproject.toml | 6 +----- 3 files changed, 2 insertions(+), 12 deletions(-) diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 64bc9008..71bbe360 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -37,12 +37,6 @@ jobs: - '3.11' - '3.12' sphinx-version: - - '5.0' - - '5.1' - - '5.2' - - '5.3' - - '6.0' - - '6.1' - '6.2' - '7.0' - '7.1' diff --git a/README.rst b/README.rst index 887daedc..eb248992 100644 --- a/README.rst +++ b/README.rst @@ -98,7 +98,7 @@ branch. Requirements ------------ -Breathe requires Python 3.8+, Sphinx 5.0+ and Doxygen 1.9+. +Breathe requires Python 3.8+, Sphinx 6.2+ and Doxygen 1.9+. Mailing List Archives --------------------- diff --git a/pyproject.toml b/pyproject.toml index d686bd5e..11bab09b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,11 +44,7 @@ classifiers = [ "Topic :: Utilities", ] dependencies = [ - "Sphinx>=5.0.2", - "docutils>=0.16", - "Jinja2>=2.10", - "MarkupSafe>=2.0", - "Pygments>=2.0", + "Sphinx>=6.2", ] dynamic = ["version"]