Skip to content

Commit 99a43e0

Browse files
committed
correct sphinx build command
1 parent 999c196 commit 99a43e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,8 @@ extra-dependencies = [
226226
"Sphinx>=7.2.6",
227227
]
228228
[tool.hatch.envs.docs.scripts]
229-
build = "sphinx-build -d docs docs_out --color -W -bhtml"
230-
build-ci = "sphinx-build -d docs docs_out --color -W -bhtml"
229+
build = "sphinx-build docs docs_out --color -W -bhtml"
230+
build-ci = "sphinx-build docs docs_out --color -W -bhtml"
231231

232232
[tool.pytest.ini_options]
233233
minversion = "6.0"

0 commit comments

Comments
 (0)