Skip to content

Commit

Permalink
ci: remove unused --parents option
Browse files Browse the repository at this point in the history
https://ss64.com/bash/mkdir.html
We would want to see an error if `doc/` didn't exist. The docs wouldn't build as all the content is in that directory.

Working on migrating to a cross-platform shell that doesn't require this option anyway https://www.nushell.sh/commands/docs/mkdir.html
  • Loading branch information
dangotbanned committed Dec 24, 2024
1 parent 1208c5d commit 5819a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 5819a2e

Please sign in to comment.