Skip to content

Commit f79affb

Browse files
committed
MAINT: Add command to clean the generated docs
1 parent d889ea3 commit f79affb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ dependencies = [
215215
]
216216

217217
[tool.hatch.envs.docs.scripts]
218+
clean = "rm -rf docs/_build"
218219
build = "sphinx-build docs/ docs/_build/html {args}"
219220
serve = "sphinx-autobuild docs/ docs/_build/html {args}"
220221

0 commit comments

Comments
 (0)