8000 pin astroid to <4 to avoid docs build failures (#2796) · jbms/zarr-python@cd1f33d · GitHub
[go: up one dir, main page]

Skip to content

Commit cd1f33d

Browse files
d-v-bdstansby
andauthored
pin astroid to <4 to avoid docs build failures (zarr-developers#2796)
* add file that does nothing * remove dummy file and pin astroid * changelog * Add astroid to ignore list for codespell * Fix codespell ignore --------- Co-authored-by: David Stansby <dstansby@gmail.com>
1 parent 87557e3 commit cd1f33d

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)
0