Skip to content

Commit

Permalink
pyproject.toml: set sphinx 7.1 minimum
Browse files Browse the repository at this point in the history
This extension has configured itself to need Sphinx 7.1+, but the
project configuration was missed during this change; correcting.

Signed-off-by: James Knight <james.d.knight@live.com>
  • Loading branch information
jdknight committed Aug 26, 2024
1 parent f6e9a17 commit 361394a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ classifiers = [
]
dependencies = [
'requests>=2.25.0',
'sphinx>=6.1',
'sphinx>=7.1',
]
dynamic = [
'version',
Expand Down

0 comments on commit 361394a

Please sign in to comment.