Skip to content

Commit e0ef9b1

Browse files
authored
Merge branch 'main' into return-scalar-for-zero-dim-indexing
2 parents a842e88 + cd1f33d commit e0ef9b1

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

changes/2796.chore.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ docs = [
103103
'numcodecs[msgpack]',
104104
'rich',
105105
's3fs',
106+
'astroid<4'
106107
]
107108

108109

@@ -427,3 +428,6 @@ directory = 'changes'
427428
filename = "docs/release-notes.rst"
428429
underlines = ["-", "~", "^"]
429430
issue_format = ":issue:`{issue}`"
431+
432+
[tool.codespell]
433+
ignore-words-list = "astroid"

0 commit comments

Comments
 (0)