Skip to content

Commit 02b9a58

Browse files
committed
chore: Update project template to sphinx-notes/cookiecutter@a829f105
1 parent bbc3db1 commit 02b9a58

3 files changed

Lines changed: 6 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": "1d60baadc4a621bd8a6d1884a6270e732bf80ca4",
3+
"commit": "a829f105e638f3cba98b799eabef94c0148cd9c0",
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": "1d60baadc4a621bd8a6d1884a6270e732bf80ca4"
23+
"_commit": "a829f105e638f3cba98b799eabef94c0148cd9c0"
2424
}
2525
},
2626
"directory": null

Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ clean:
2323

2424
.PHONY: fmt
2525
fmt:
26-
ruff format src/ && ruff check --fix src/
26+
ruff format src/ tests/ && ruff check --fix src/ tests/
2727

2828
.PHONY: test
2929
test:
@@ -36,7 +36,8 @@ test:
3636
# Build distribution package, for "install" or "upload".
3737
.PHONY: dist
3838
dist: pyproject.toml clean
39-
$(PY) -m build
39+
# Use ``--no-isolation`` to prevent network accessing.
40+
$(PY) -m build --no-isolation
4041

4142
# Install distribution package to user directory.
4243
#

docs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ as part of **The Sphinx Notes Project**.
116116
:caption: The Sphinx Notes Project
117117

118118
Home <https://sphinx.silverrainz.me/>
119+
GitHub <https://github.com/sphinx-notes>
119120
Blog <https://silverrainz.me/blog/category/sphinx.html>
120121
PyPI <https://pypi.org/search/?q=sphinxnotes>
121122

0 commit comments

Comments
 (0)