diff --git a/pyproject.toml b/pyproject.toml index 7bb051b35..52fb11b0c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -179,7 +179,7 @@ clean-all-win = [ "if exist doc\\_images rd /s /q doc\\_images", ] build-html = [ - "mkdir -p doc/_images", + "mkdir doc/_images", "sphinx-build -b html -d doc/_build/doctrees doc doc/_build/html", ] build-html-win = [