From 351b6a17cd24dc78c91fe32b8c7266abf9bb55c7 Mon Sep 17 00:00:00 2001 From: Alex Carney Date: Tue, 24 Sep 2024 21:01:39 +0100 Subject: [PATCH] docs: Use the `${defaultBuildDir}` placeholder --- docs/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pyproject.toml b/docs/pyproject.toml index fe8ac1d8..39eb8af4 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]