Skip to content

Commit 23f5f35

Browse files
committed
chore: Update template
1 parent 74f7bd0 commit 23f5f35

File tree

3 files changed

+20
-4
lines changed

3 files changed

+20
-4
lines changed

.cruft.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "https://github.com/sphinx-notes/template",
3-
"commit": "202f9756fdd661ab195d20bb6926a9481ee1d78a",
3+
"commit": "c781308dbd84e739727ce09aaf798444ced1e7e4",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {

docs/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,9 @@
9797
'tag': ('https://github.com/sphinx-notes/snippet/releases/tag/%s', '🏷️ %s'),
9898
}
9999

100+
extensions.append('sphinxcontrib.gtagjs')
101+
gtagjs_ids = ['G-E4SNX0WZYV']
102+
100103
extensions.append('sphinxcontrib.asciinema')
101104

102105
# -- Eat your own dog food --------------------------------------------------

pyproject.toml

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,22 @@ dependencies = [
4242
dynamic = ["version"] # required by setuptools_scm, see section [build-system]
4343

4444
[project.optional-dependencies]
45-
docs = ["furo", "sphinxnotes-any", "sphinx_design", "sphinx_copybutton", "sphinxcontrib.asciinema"]
46-
test = ["pytest"]
47-
dev = ["build", "twine", "cruft"]
45+
dev = [
46+
"build",
47+
"twine",
48+
"cruft",
49+
]
50+
test = [
51+
"pytest",
52+
]
53+
docs = [
54+
"furo",
55+
"sphinxnotes-any",
56+
"sphinx_design",
57+
"sphinx_copybutton",
58+
"sphinxcontrib-gtagjs",
59+
"sphinxcontrib.asciinema",
60+
]
4861

4962
[project.urls]
5063
homepage = "https://sphinx.silverrainz.me/snippet"

0 commit comments

Comments
 (0)