Skip to content

Commit 6561643

Browse files
committed
chore: Template upgrade
1 parent 5930e0b commit 6561643

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier.
2-
_commit: 1.8.1
2+
_commit: 1.8.4
33
_src_path: gh:pawamoy/copier-uv
44
author_email: [email protected]
55
author_fullname: Timothée Mazzucotelli

mkdocs.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -246,11 +246,12 @@ plugins:
246246
signature_crossrefs: true
247247
summary: true
248248
- llmstxt:
249-
files:
250-
- output: llms-full.txt
251-
inputs:
249+
full_output: llms-full.txt
250+
sections:
251+
Usage:
252252
- index.md
253-
- reference/**.md
253+
API:
254+
- reference/api.md
254255
- git-revision-date-localized:
255256
enabled: !ENV [DEPLOY, false]
256257
enable_creation_date: true

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ getter = "scripts.get_version:get_version"
5959

6060
[tool.pdm.build]
6161
# Include as much as possible in the source distribution, to help redistributors.
62-
excludes = ["**/.pytest_cache"]
62+
excludes = ["**/.pytest_cache", "**/.mypy_cache"]
6363
source-includes = [
6464
"config",
6565
"docs",
@@ -110,7 +110,7 @@ ci = [
110110
"mkdocs-coverage>=1.0",
111111
"mkdocs-gen-files>=0.5",
112112
"mkdocs-git-revision-date-localized-plugin>=1.2",
113-
"mkdocs-llmstxt>=0.1",
113+
"mkdocs-llmstxt>=0.2",
114114
"mkdocs-material>=9.5",
115115
"mkdocs-minify-plugin>=0.8",
116116
"mkdocs-section-index>=0.3",

0 commit comments

Comments
 (0)