Skip to content

Commit 1e09de6

Browse files
committed
chore: Update project template to sphinx-notes/cookiecutter@634c4022
1 parent abb174c commit 1e09de6

2 files changed

Lines changed: 4 additions & 4 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": "https://github.com/sphinx-notes/cookiecutter",
3-
"commit": "a829f105e638f3cba98b799eabef94c0148cd9c0",
3+
"commit": "634c4022e575bd086ea47f3b42feafe24e14a939",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {
@@ -20,7 +20,7 @@
2020
"sphinx_version": "7.0",
2121
"development_status": "3 - Alpha",
2222
"_template": "https://github.com/sphinx-notes/cookiecutter",
23-
"_commit": "a829f105e638f3cba98b799eabef94c0148cd9c0"
23+
"_commit": "634c4022e575bd086ea47f3b42feafe24e14a939"
2424
}
2525
},
2626
"directory": null

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ test:
3636
# Build distribution package, for "install" or "upload".
3737
.PHONY: dist
3838
dist: pyproject.toml clean
39-
# Use ``--no-isolation`` to prevent network accessing.
40-
$(PY) -m build --no-isolation
39+
# Use ``--no-isolation`` to prevent network accessing when in local env.
40+
$(PY) -m build $(if $(CI),,--no-isolation)
4141

4242
# Install distribution package to user directory.
4343
#

0 commit comments

Comments
 (0)