From 921b0f07af91d1c883b36eaa661cc5af5531a10b Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Sun, 25 May 2025 07:13:11 -0700 Subject: [PATCH] Update pyproject.toml Fixing sphinx dependencies --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index f8e3b39..fb39b27 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,6 +31,8 @@ parsimonious = "^0.10.0" tqdm = "^4.67.1" reportlab = "^4.4.1" py-ptsl = "^101.1.0" +sphinx_rtd_theme = {version= '>= 1.1.1', optional=true} +sphinx = {version= '>= 5.3.0', optional=true} [tool.poetry.extras] doc = ['sphinx', 'sphinx_rtd_theme']