Skip to content

Commit

Permalink
Require Sphinx 6.2 or later
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Jul 30, 2024
1 parent ead514b commit bd4265e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
---------------------
Expand Down
6 changes: 1 addition & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down

0 comments on commit bd4265e

Please sign in to comment.