Skip to content

Commit 856c6b8

Browse files
Update instance repo from cookiecutter template
1 parent a46bc10 commit 856c6b8

3 files changed

Lines changed: 3 additions & 23 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": "28d626184a5395ecdfb580d7da92867020975671",
3+
"commit": "ec8a4e2542c89ddc12d5dd06723bae7c2d0333fe",
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": "28d626184a5395ecdfb580d7da92867020975671"
39+
"_commit": "ec8a4e2542c89ddc12d5dd06723bae7c2d0333fe"
4040
}
4141
},
4242
"directory": null

docs/Makefile

Lines changed: 0 additions & 20 deletions
This file was deleted.

docs/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ hatch run docs:open
207207
```bash
208208
source .venv/bin/activate
209209
cd docs
210-
make html
210+
sphinx-build -M html . _build -W
211211
(xdg-)open _build/html/index.html
212212
```
213213

0 commit comments

Comments
 (0)