Skip to content

Commit d079663

Browse files
committed
chore: Template upgrade
1 parent a01628c commit d079663

3 files changed

Lines changed: 7 additions & 6 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.4.4
2+
_commit: 1.4.5
33
_src_path: gh:mkdocstrings/handler-template
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
@@ -153,11 +153,12 @@ plugins:
153153
signature_crossrefs: true
154154
summary: true
155155
- llmstxt:
156-
files:
157-
- output: llms-full.txt
158-
inputs:
156+
full_output: llms-full.txt
157+
sections:
158+
Usage:
159159
- index.md
160-
- reference/**.md
160+
API:
161+
- reference/api.md
161162
- git-revision-date-localized:
162163
enabled: !ENV [DEPLOY, false]
163164
enable_creation_date: true

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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-redirects>=1.2",

0 commit comments

Comments
 (0)