Skip to content

Commit

Permalink
docs: Use the ${defaultBuildDir} placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
alcarney committed Sep 24, 2024
1 parent 8b1ff18 commit 351b6a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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]
Expand Down

0 comments on commit 351b6a1

Please sign in to comment.