Skip to content

Commit

Permalink
FIX: rename templates to *.rst.jinja
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Oct 4, 2024
1 parent fbb42f2 commit 7c07216
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@
"transisions"
],
"ignorePaths": [
"**/*.rst_t",
"**/*.rst.jinja",
"**/.cspell.json",
"*.rst_t",
".editorconfig",
".envrc",
".gitattributes",
Expand Down
3 changes: 1 addition & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@
"diffEditor.experimental.showMoves": true,
"editor.formatOnSave": true,
"files.associations": {
"**/pixi.lock": "yaml",
"*.rst_t": "jinja"
"**/pixi.lock": "yaml"
},
"files.watcherExclude": {
"**/*_cache/**": true,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ package-dir = {"" = "src"}
[tool.setuptools.package-data]
"*" = [
"py.typed",
"templates/*.rst_t",
"templates/*.rst.jinja",
]

[tool.setuptools.packages.find]
Expand Down
File renamed without changes.

0 comments on commit 7c07216

Please sign in to comment.