Skip to content

Commit

Permalink
Fix local build (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
flying-sheep authored Jan 22, 2024
1 parent 3e4e434 commit 788d88a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,17 @@ dependencies = [
"sphinx>=1.4",
"nbsphinx>=0.4",
"nbclean",
"sphinx-book-theme",
"sphinx-book-theme>=1.1",
# see https://github.com/scverse/cookiecutter-scverse/pull/205
"docutils>=0.8,!=0.18.*,!=0.19.*",
]

[tool.hatch.version]
source = "vcs"

[tool.hatch.build.targets.wheel]
bypass-selection = true # This is not a package

[tool.hatch.envs.default]
python = "3.11"
[tool.hatch.envs.default.scripts]
Expand Down

0 comments on commit 788d88a

Please sign in to comment.