Skip to content

Commit 9d76188

Browse files
committed
chore: Update project template to sphinx-notes/cookiecutter@ddb69124
1 parent 5c492c8 commit 9d76188

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": "ddb69124bae852993002c79c9be806dbee1219be",
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": "ddb69124bae852993002c79c9be806dbee1219be"
2424
}
2525
},
2626
"directory": null

Makefile

Lines changed: 1 addition & 1 deletion
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:

docs/index.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ Contents
104104
.. toctree::
105105
:caption: Contents
106106

107+
Introduction <index>
107108
changelog
108109

109110
The Sphinx Notes Project
@@ -115,7 +116,8 @@ as part of **The Sphinx Notes Project**.
115116
.. toctree::
116117
:caption: The Sphinx Notes Project
117118

118-
Home <https://sphinx.silverrainz.me/>
119+
Home <https://sphinx.silverrainz.me>
120+
GitHub <https://github.com/sphinx-notes>
119121
Blog <https://silverrainz.me/blog/category/sphinx.html>
120122
PyPI <https://pypi.org/search/?q=sphinxnotes>
121123

0 commit comments

Comments
 (0)