Skip to content

Commit 2aced22

Browse files
committed
chore: Template upgrade
1 parent 9df9d5e commit 2aced22

3 files changed

Lines changed: 8 additions & 7 deletions

File tree

.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: dev@pawamoy.fr
55
author_fullname: Timothée Mazzucotelli

mkdocs.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,11 +154,12 @@ plugins:
154154
signature_crossrefs: true
155155
summary: true
156156
- llmstxt:
157-
files:
158-
- output: llms-full.txt
159-
inputs:
157+
full_output: llms-full.txt
158+
sections:
159+
Usage:
160160
- index.md
161-
- reference/**.md
161+
API:
162+
- reference/api.md
162163
- git-revision-date-localized:
163164
enabled: !ENV [DEPLOY, false]
164165
enable_creation_date: true

pyproject.toml

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

5656
[tool.pdm.build]
5757
# Include as much as possible in the source distribution, to help redistributors.
58-
excludes = ["**/.pytest_cache"]
58+
excludes = ["**/.pytest_cache", "**/.mypy_cache"]
5959
source-includes = [
6060
"config",
6161
"docs",
@@ -99,7 +99,7 @@ ci = [
9999
"mkdocs>=1.6",
100100
"mkdocs-coverage>=1.0",
101101
"mkdocs-git-revision-date-localized-plugin>=1.2",
102-
"mkdocs-llmstxt>=0.1",
102+
"mkdocs-llmstxt>=0.2",
103103
"mkdocs-material>=9.5",
104104
"mkdocs-minify-plugin>=0.8",
105105
"mkdocs-section-index>=0.3",

0 commit comments

Comments
 (0)