mirror of
https://github.com/beetbox/beets.git
synced 2026-01-07 00:15:20 +01:00
docs: Ensure cleanup in poe docs shortcut
otherwise Sphinx output is unpredictable!
This commit is contained in:
parent
09da8a2991
commit
67dd355968
1 changed files with 1 additions and 1 deletions
|
|
@ -196,7 +196,7 @@ cmd = "mypy"
|
|||
|
||||
[tool.poe.tasks.docs]
|
||||
help = "Build documentation"
|
||||
cmd = "make -C docs html"
|
||||
cmd = "make -C docs clean html"
|
||||
|
||||
[tool.poe.tasks.format]
|
||||
help = "Format the codebase"
|
||||
|
|
|
|||
Loading…
Reference in a new issue