Skip to content

Commit

Permalink
Fix the range for docutils dependency (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
emil-vdw authored Jul 23, 2024
1 parent ab49715 commit db37d3f
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 @@ -26,7 +26,7 @@ dynamic = ["version", "description"]
requires-python = ">=3.8"
dependencies = [
"mistune >=3.0,<4.0",
"docutils >=0.16,<1.0",
"docutils >=0.19,<1.0",
"pygments >= 2.8",
"sphinx >= 6",
]
Expand Down

0 comments on commit db37d3f

Please sign in to comment.