We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a842e88 + cd1f33d commit e0ef9b1Copy full SHA for e0ef9b1
changes/2796.chore.rst
@@ -0,0 +1 @@
1
+The docs environment is now built with ``astroid`` pinned to a version less than 4. This allows the docs to build in CI.
pyproject.toml
@@ -103,6 +103,7 @@ docs = [
103
'numcodecs[msgpack]',
104
'rich',
105
's3fs',
106
+ 'astroid<4'
107
]
108
109
@@ -427,3 +428,6 @@ directory = 'changes'
427
428
filename = "docs/release-notes.rst"
429
underlines = ["-", "~", "^"]
430
issue_format = ":issue:`{issue}`"
431
+
432
+[tool.codespell]
433
+ignore-words-list = "astroid"
0 commit comments