Skip to content

Commit 7b04d58

Browse files
committed
chore: Update project template to sphinx-notes/cookiecutter@7e07548a
1 parent ac02c9e commit 7b04d58

File tree

4 files changed

+5
-11
lines changed

4 files changed

+5
-11
lines changed

.cruft.json

Lines changed: 3 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": "80a61fa9abcd9474d8cfbc36d0bf5d41f99c916c",
3+
"commit": "7e07548aad55432b86d881ccdab66eb1c89986c0",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {
@@ -14,7 +14,8 @@
1414
"github_repo": "any",
1515
"pypi_name": "sphinxnotes-any",
1616
"pypi_owner": "SilverRainZ",
17-
"_template": "https://github.com/sphinx-notes/cookiecutter"
17+
"_template": "https://github.com/sphinx-notes/cookiecutter",
18+
"_commit": "7e07548aad55432b86d881ccdab66eb1c89986c0"
1819
}
1920
},
2021
"directory": null

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ view:
2121

2222
.PHONY: clean
2323
clean:
24-
$(MAKE) -C docs/ clean
25-
$(RM) dist/
24+
$(MAKE) -C docs/ clean | true
25+
$(RM) dist/ | true
2626

2727
.PHONY: clean
2828
fmt:

docs/conf.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@
7474

7575
# -- Extensions -------------------------------------------------------------
7676

77-
#
78-
7977
extensions.append('sphinx.ext.extlinks')
8078
extlinks = {
8179
'issue': ('https://github.com/sphinx-notes/any/issues/%s', '💬%s'),
@@ -97,12 +95,10 @@
9795
'jinja': ('https://jinja.palletsprojects.com/en/latest/', None),
9896
}
9997

100-
#
10198
extensions.append('sphinxnotes.comboroles')
10299
comboroles_roles = {
103100
'parsed_literal': (['literal'], True),
104101
}
105-
#
106102

107103
# -- Eat your own dog food --------------------------------------------------
108104

@@ -112,7 +108,6 @@
112108
sys.path.insert(0, os.path.abspath('../src/sphinxnotes'))
113109
extensions.append('any')
114110

115-
#
116111
# DOG FOOD CONFIGURATION START
117112
from any.api import Schema, Field as F, by_year, by_month
118113

@@ -161,4 +156,3 @@
161156

162157
primary_domain = 'any'
163158
# DOG FOOD CONFIGURATION END
164-
#

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ test = [
4949
]
5050
docs = [
5151
"furo",
52-
"sphinxnotes-any",
5352
"sphinx_design",
5453
"sphinx_copybutton",
5554
"sphinxcontrib-gtagjs",

0 commit comments

Comments
 (0)