Skip to content

Commit

Permalink
chore: Create new docs dependency group
Browse files Browse the repository at this point in the history
  • Loading branch information
malmeloo committed Sep 3, 2024
1 parent cbb423b commit 99f0080
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ optional = true

[tool.poetry.group.dev.dependencies]
pre-commit = "^3.8.0"
sphinx = "^7.2.6"
sphinx-autoapi = "3.3.1"
pyright = "1.1.378"
ruff = "0.6.3"
tomli = "^2.0.1"
Expand All @@ -32,6 +30,13 @@ optional = true
[tool.poetry.group.test.dependencies]
pytest = "^8.3.2"

[tool.poetry.group.docs]
optional = true

[tool.poetry.group.docs.dependencies]
sphinx = "^7.2.6"
sphinx-autoapi = "3.3.1"

[tool.pyright]
venvPath = "."
venv = ".venv"
Expand Down

0 comments on commit 99f0080

Please sign in to comment.