diff --git a/docs/pyproject.toml b/docs/pyproject.toml index a636caea..fe8ac1d8 100644 --- a/docs/pyproject.toml +++ b/docs/pyproject.toml @@ -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"