Skip to content

Commit c5b66aa

Browse files
authored
Merge pull request #3598 from oddbookworm/fix-docs-by-pinning-astroid
Pin astroid version below 4.0.0 to fix docs
2 parents 52034ca + 2418b95 commit c5b66aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ requires = [
5959
"ninja<=1.12.1",
6060
"cython<=3.1.2",
6161
"sphinx<=8.2.3",
62+
"astroid<4.0.0",
6263
"sphinx-autoapi<=3.6.0",
6364
"pyproject-metadata!=0.9.1",
6465
]

0 commit comments

Comments
 (0)