Skip to content

Commit 59b7043

Browse files
authored
FIX - Pin Astroid to fix Read the Docs (#2126)
Fixes #2125. I applied this same change to my fork, and it fixed the Read the Docs build.
1 parent b55ec41 commit 59b7043

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ classifiers = [
5252

5353
[project.optional-dependencies]
5454
doc = [
55+
"astroid>=3", # fix for sphinx.autoapi and read the docs, should be reverted at a later date - see issue #2125
5556
"numpydoc",
5657
"linkify-it-py", # for link shortening
5758
"rich",

0 commit comments

Comments
 (0)