Skip to content

Commit

Permalink
fix: pin sphinx to avoid ssl errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Szymon Palucha committed Oct 8, 2024
1 parent 15d8095 commit 653ecfe
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 @@ -101,7 +101,7 @@ dev = [
"pytest-cov",
"pytest-timeout",
"hypothesis",
"sphinx>=7.2",
"sphinx>=7.2,<8.0", # 8.0.0 leads to strange SSL errors, both locally and on the runner",
"myst_parser",
"furo>=2023.08.17",
# to allow profiling
Expand Down

0 comments on commit 653ecfe

Please sign in to comment.