Skip to content

Commit

Permalink
docs: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alcarney committed Sep 24, 2024
1 parent ab052a2 commit 8b1ff18
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,12 @@ dependencies = [
"furo",
"myst-parser",
"platformdirs",
"pytest_lsp",
"pytest_lsp>=1.0b0",
"pygls>=2.0a0",
]

[tool.hatch.envs.docs.env-vars]
UV_PRERELEASE = "allow"

[tool.hatch.envs.docs.scripts]
build = "sphinx-build -M dirhtml . ./_build"

0 comments on commit 8b1ff18

Please sign in to comment.