mirror of
https://github.com/beetbox/beets.git
synced 2026-01-06 07:53:40 +01:00
Run only html by default but allow adjustments
This commit is contained in:
parent
4cb667cbb3
commit
b7e5357914
2 changed files with 3 additions and 2 deletions
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
|
@ -143,4 +143,4 @@ jobs:
|
|||
run: poe lint-docs
|
||||
|
||||
- name: Build docs
|
||||
run: poe docs -e 'SPHINXOPTS=--fail-on-warning --keep-going'
|
||||
run: poe docs -- -e 'SPHINXOPTS=--fail-on-warning --keep-going'
|
||||
|
|
|
|||
|
|
@ -196,7 +196,8 @@ cmd = "mypy"
|
|||
|
||||
[tool.poe.tasks.docs]
|
||||
help = "Build documentation"
|
||||
cmd = "make -C docs clean html"
|
||||
args = [{ name = "COMMANDS", positional = true, multiple = true, default = "html" }]
|
||||
cmd = "make -C docs $COMMANDS"
|
||||
|
||||
[tool.poe.tasks.format]
|
||||
help = "Format the codebase"
|
||||
|
|
|
|||
Loading…
Reference in a new issue