From c9ee35aa072d4557ae9db3d3bdaff34823685e15 Mon Sep 17 00:00:00 2001 From: saces Date: Thu, 11 Sep 2025 20:46:43 +0200 Subject: [PATCH] add esbonio preview configuration --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index d4f07c6a..e3fa4b51 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,3 +30,5 @@ dev = [ "sphinx-rtd-theme>=3.0.2,<4", ] +[tool.esbonio.sphinx] +pythonCommand = ["${venv:.venv}"]