diff --git a/docs/pyproject.toml b/docs/pyproject.toml index fe8ac1d86..39eb8af42 100644 --- a/docs/pyproject.toml +++ b/docs/pyproject.toml @@ -1,5 +1,5 @@ [tool.esbonio.sphinx] -# buildCommand = ["sphinx-build", "-M", "dirhtml", ".", "./_build"] +buildCommand = ["sphinx-build", "-M", "dirhtml", ".", "${defaultBuildDir}"] pythonCommand = ["hatch", "-e", "docs", "run", "python"] [tool.hatch.envs.docs]