From 331fc99598f8dfa4ee6311ecc2ed77dd909d5fb5 Mon Sep 17 00:00:00 2001 From: Peter Heuer Date: Fri, 7 Feb 2025 12:03:58 -0500 Subject: [PATCH] Add to docs dependencies --- pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index fa329b3..071a223 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,6 +42,11 @@ tests = [ "pytest >= 8.3.1", ] +docs = [ + "astroid>=3", # RTD issue https://github.com/readthedocs/readthedocs.org/issues/11975 +] + + [tool.setuptools.packages.find] where = ["src"]