From d16d28f77b7785c3ff4cc2dee76d3135713e1b9d Mon Sep 17 00:00:00 2001 From: Peter Heuer Date: Fri, 7 Feb 2025 11:55:49 -0500 Subject: [PATCH] Pin astrioid --- docs/requirements.txt | 1 + pyproject.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/requirements.txt b/docs/requirements.txt index 1c778d0..195f8e0 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,3 +1,4 @@ +astroid>=3 # RTD issue https://github.com/readthedocs/readthedocs.org/issues/11975 sphinx==7.3.7 sphinx-autoapi==3.3.3 sphinx-rtd-theme==1.3.0rc1 diff --git a/pyproject.toml b/pyproject.toml index 2350949..fa329b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,6 +50,7 @@ where = ["src"] skip = '*.ipynb' # Add false positives found by codespell to ignore-words-list ignore-words-list = """ +astroid, hax, vax"""