Skip to content

Commit

Permalink
Docs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecThomson committed Dec 4, 2024
1 parent dc93b31 commit 2171e82
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning>=1.0.0,<2.0.0"]
build-backend = "poetry_dynamic_versioning.backend"

[tool.poetry.group.dev.dependencies]
isort = ">=5.12.0"
black = ">=23.3.0"
ruff = "*"
sphinx = "*"
numpydoc = "*"
myst_parser = "*"
Expand All @@ -32,6 +31,15 @@ sphinx-autoapi = "*"
pytest = "*"
pre-commit = "*"

[tool.poetry.group.docs.dependencies]
autoapi = "*"
myst_parser = "*"
numpydoc = "*"
pydata-sphinx-theme = "*"
sphinx = ">=6"
sphinx-autoapi = "*"


[tool.poetry.extras]
dev = [
"ruff",
Expand Down

0 comments on commit 2171e82

Please sign in to comment.