Skip to content

Commit

Permalink
chore: update template
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverRainZ committed Jun 18, 2023
1 parent 8681b86 commit 10da050
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "https://github.com/sphinx-notes/template",
"commit": "202f9756fdd661ab195d20bb6926a9481ee1d78a",
"commit": "c781308dbd84e739727ce09aaf798444ced1e7e4",
"checkout": null,
"context": {
"cookiecutter": {
Expand Down
3 changes: 3 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@
'tag': ('https://github.com/sphinx-notes/strike/releases/tag/%s', '🏷️ %s'),
}

extensions.append('sphinxcontrib.gtagjs')
gtagjs_ids = ['G-E4SNX0WZYV']

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

# If extensions (or modules to document with autodoc) are in another directory,
Expand Down
18 changes: 15 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,21 @@ dependencies = [
dynamic = ["version"] # required by setuptools_scm, see section [build-system]

[project.optional-dependencies]
docs = ["furo", "sphinxnotes-any", "sphinx_design", "sphinx_copybutton"]
test = ["pytest"]
dev = ["build", "twine", "cruft"]
dev = [
"build",
"twine",
"cruft",
]
test = [
"pytest",
]
docs = [
"furo",
"sphinxnotes-any",
"sphinx_design",
"sphinx_copybutton",
"sphinxcontrib-gtagjs",
]

[project.urls]
homepage = "https://sphinx.silverrainz.me/strike"
Expand Down

0 comments on commit 10da050

Please sign in to comment.