Skip to content

Commit

Permalink
Add support for Sphinx 8
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg committed Jul 24, 2024
1 parent bf98041 commit 2d3b6ba
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 @@ -15,7 +15,7 @@ readme = "README.md"
requires-python = ">=3.8"
dependencies = [
"beautifulsoup4",
"sphinx >= 6.0,<8.0",
"sphinx >= 6.0,<9.0",
"sphinx-basic-ng >= 1.0.0.beta2",
"pygments >= 2.7",
]
Expand Down

1 comment on commit 2d3b6ba

@dimaqq
Copy link

@dimaqq dimaqq commented on 2d3b6ba Aug 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking forward to a new release!

Please sign in to comment.