Skip to content

Commit

Permalink
Add sphinx dependencies to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbeSneyders committed Mar 4, 2023
1 parent 4ca116f commit fa71510
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@ pytest-asyncio = "~0.18.3"
pytest-cov = "~2.12.1"

[tool.poetry.group.docs.dependencies]
sphinx-autoapi = "1.8.1"
sphinx = "5.3.0"
sphinx-autoapi = "2.0.1"
sphinx-rtd-theme = "1.2.0"

[build-system]
requires = ["poetry-core>=1.2.0"]
Expand Down

0 comments on commit fa71510

Please sign in to comment.