Skip to content

Commit 03f78e3

Browse files
Update instance repo from cookiecutter template
1 parent aad03f5 commit 03f78e3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.cruft.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "/home/runner/work/cookiecutter-scverse/cookiecutter-scverse",
3-
"commit": "ec802712d89dd594465e00cf9b539704f15e0c82",
3+
"commit": "76600f7b2c653c2173aa32cbec8819ea68a5525a",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {
@@ -36,7 +36,7 @@
3636
"trim_blocks": true
3737
},
3838
"_template": "/home/runner/work/cookiecutter-scverse/cookiecutter-scverse",
39-
"_commit": "ec802712d89dd594465e00cf9b539704f15e0c82"
39+
"_commit": "76600f7b2c653c2173aa32cbec8819ea68a5525a"
4040
}
4141
},
4242
"directory": null

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ features = [ "dev" ]
6262

6363
[tool.hatch.envs.docs]
6464
features = [ "doc" ]
65-
scripts.build = "sphinx-build -M html docs docs/_build {args}"
65+
scripts.build = "sphinx-build -M html docs docs/_build -W {args}"
6666
scripts.open = "python -m webbrowser -t docs/_build/html/index.html"
6767
scripts.clean = "git clean -fdX -- {args:docs}"
6868

0 commit comments

Comments
 (0)