Skip to content

Commit

Permalink
Merge pull request #264 from mraniki/dev
Browse files Browse the repository at this point in the history
⬆️
  • Loading branch information
mraniki committed Aug 7, 2023
2 parents 4c43aaf + 8b57bb8 commit b14486d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,13 @@ pytest-loguru = "^0.2.0"
optional = true

[tool.poetry.group.docs.dependencies]
sphinx = ">=5,<6"
sphinx_bootstrap_theme = "^0.8.1"
sphinx = "^7.0.0"
pydata-sphinx-theme = "^0.13.3"
sphinx-hoverxref = "^1.3.0"

sphinx-notfound-page = "^0.8.3"
sphinx_copybutton = "0.5.2"
myst_parser = "^2.0.0"
sphinx_design = "^0.5.0"

[tool.pytest.ini_options]
pythonpath = "."
Expand Down

0 comments on commit b14486d

Please sign in to comment.