Update pyproject.toml

Fixing sphinx dependencies
This commit is contained in:
Jamie Hardt
2025-05-25 07:13:11 -07:00
committed by GitHub
parent 57764bc859
commit 921b0f07af

View File

@@ -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']