Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changes/2796.chore.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The docs environment is now built with ``astroid`` pinned to a version less than 4. This allows the docs to build in CI.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ docs = [
'numcodecs[msgpack]',
'rich',
's3fs',
'astroid<4'
]


Expand Down Expand Up @@ -427,3 +428,6 @@ directory = 'changes'
filename = "docs/release-notes.rst"
underlines = ["-", "~", "^"]
issue_format = ":issue:`{issue}`"

[tool.codespell]
ignore-words-list = "astroid"