Skip to content

Commit

Permalink
chore: Update project template to sphinx-notes/cookiecutter@7e07548a
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverRainZ committed Feb 11, 2025
1 parent ac02c9e commit b31e8f8
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 53 deletions.
5 changes: 3 additions & 2 deletions .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "https://github.com/sphinx-notes/cookiecutter",
"commit": "80a61fa9abcd9474d8cfbc36d0bf5d41f99c916c",
"commit": "7e07548aad55432b86d881ccdab66eb1c89986c0",
"checkout": null,
"context": {
"cookiecutter": {
Expand All @@ -14,7 +14,8 @@
"github_repo": "any",
"pypi_name": "sphinxnotes-any",
"pypi_owner": "SilverRainZ",
"_template": "https://github.com/sphinx-notes/cookiecutter"
"_template": "https://github.com/sphinx-notes/cookiecutter",
"_commit": "7e07548aad55432b86d881ccdab66eb1c89986c0"
}
},
"directory": null
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ view:

.PHONY: clean
clean:
$(MAKE) -C docs/ clean
$(RM) dist/
$(MAKE) -C docs/ clean | true
$(RM) dist/ | true

.PHONY: clean
fmt:
Expand Down
11 changes: 0 additions & 11 deletions docs/_templates/confval.rst

This file was deleted.

31 changes: 0 additions & 31 deletions docs/_templates/example.rst

This file was deleted.

6 changes: 0 additions & 6 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@

# -- Extensions -------------------------------------------------------------

#

extensions.append('sphinx.ext.extlinks')
extlinks = {
'issue': ('https://github.com/sphinx-notes/any/issues/%s', '💬%s'),
Expand All @@ -97,12 +95,10 @@
'jinja': ('https://jinja.palletsprojects.com/en/latest/', None),
}

#
extensions.append('sphinxnotes.comboroles')
comboroles_roles = {
'parsed_literal': (['literal'], True),
}
#

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

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

#
# DOG FOOD CONFIGURATION START
from any.api import Schema, Field as F, by_year, by_month

Expand Down Expand Up @@ -161,4 +156,3 @@

primary_domain = 'any'
# DOG FOOD CONFIGURATION END
#
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ test = [
]
docs = [
"furo",
"sphinxnotes-any",
"sphinx_design",
"sphinx_copybutton",
"sphinxcontrib-gtagjs",
Expand Down

0 comments on commit b31e8f8

Please sign in to comment.