Skip to content

Commit

Permalink
poe: Add "docs" target that runs make html
Browse files Browse the repository at this point in the history
As suggested by Tom Harty in #418.
  • Loading branch information
dnadlinger committed Dec 6, 2024
1 parent 83cc812 commit 855633c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning"]
build-backend = "poetry.core.masonry.api"

[tool.poe.tasks]
docs = "make -C $POE_ROOT/docs html"
fmt = "yapf -i -r examples ndscan test"
fmt-test = "yapf -d -r examples ndscan test"
lint = "flake8 examples ndscan test"
Expand Down

0 comments on commit 855633c

Please sign in to comment.