Skip to content

Commit

Permalink
Bump furo to 2024.1.29 (#594)
Browse files Browse the repository at this point in the history
Update `furo` from 2023.8.19 to 2024.1.29. Resolves #567.
  • Loading branch information
airwoodix authored and Eric-Arellano committed Mar 1, 2024
1 parent dc21a1b commit c3b48de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ classifiers = [
dependencies = [
"docutils",
# Keep in sync with Furo's constraint.
"sphinx>=6.0",
"sphinx>=6.0,<8.0",
# Remove jQuery once we get rid of the Pytorch theme.
"sphinxcontrib-jquery",
# See CONTRIBUTING.md for how to upgrade Furo.
"furo==2023.8.19",
"furo==2024.1.29",
]

[project.entry-points."sphinx.html_themes"]
Expand Down

0 comments on commit c3b48de

Please sign in to comment.