Skip to content

Commit

Permalink
Add poe task to dev build docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pvandyken committed Dec 20, 2023
1 parent 2a69ce4 commit 02c5c76
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 1 deletion.
56 changes: 55 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ furo = "^2023.9.10"
sphinx-copybutton = "^0.5.2"
sphinx-reredirects = "^0.1.3"
sphinx-design = "^0.5.0"
sphinx-autobuild = "^2021.3.14"

[tool.poetry.scripts]
snakebids = "snakebids.admin:main"
Expand All @@ -116,6 +117,7 @@ pytest --doctest-modules --ignore=docs \
"""
mkinit.shell = "mkinit --recursive --nomods -i snakebids && ruff format snakebids && ruff check --fix --select I001 snakebids "
benchmark = "pytest --benchmark-only --benchmark-autosave"
docs = "sphinx-autobuild docs build/docs --watch snakebids -W"

[tool.poe.tasks._get_version]
imports = ["platform"]
Expand Down

0 comments on commit 02c5c76

Please sign in to comment.