Skip to content

Commit 186f388

Browse files
committed
Merge branch 'main' of github.com:pawamoy/copier-uv
2 parents b81f35f + 5a0e491 commit 186f388

File tree

4 files changed

+18
-5
lines changed

4 files changed

+18
-5
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ site/
44
*.py[cod]
55
__pycache__/
66
.venv/
7+
.vscode/

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

88
<!-- insertion marker -->
9+
## [1.4.5](https://github.com/mkdocstrings/handler-template/releases/tag/1.4.5) - 2025-05-20
10+
11+
<small>[Compare with 1.4.4](https://github.com/mkdocstrings/handler-template/compare/1.4.4...1.4.5)</small>
12+
13+
### Merge upstream
14+
15+
#### Code Refactoring
16+
17+
- Format code (new Ruff lints) ([17b874f](https://github.com/pawamoy/copier-uv/commit/17b874f39aecb2400bb2b6a8ed1cc6fb5a92b525) by Timothée Mazzucotelli).
18+
- Update usage of mkdocs-llmstxt ([93ac1bb](https://github.com/pawamoy/copier-uv/commit/93ac1bb40cf161c0200165b30a3c3f3389a8dce3) by Timothée Mazzucotelli).
19+
920
## [1.4.4](https://github.com/mkdocstrings/handler-template/releases/tag/1.4.4) - 2025-03-24
1021

1122
<small>[Compare with 1.4.3](https://github.com/mkdocstrings/handler-template/compare/1.4.3...1.4.4)</small>

project/mkdocs.yml.jinja

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -157,11 +157,12 @@ plugins:
157157
signature_crossrefs: true
158158
summary: true
159159
- llmstxt:
160-
files:
161-
- output: llms-full.txt
162-
inputs:
160+
full_output: llms-full.txt
161+
sections:
162+
Usage:
163163
- index.md
164-
- reference/**.md
164+
API:
165+
- reference/api.md
165166
- git-revision-date-localized:
166167
enabled: !ENV [DEPLOY, false]
167168
enable_creation_date: true

project/pyproject.toml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ ci = [
106106
"mkdocs>=1.6",
107107
"mkdocs-coverage>=1.0",
108108
"mkdocs-git-revision-date-localized-plugin>=1.2",
109-
"mkdocs-llmstxt>=0.1",
109+
"mkdocs-llmstxt>=0.2",
110110
"mkdocs-material>=9.5",
111111
"mkdocs-minify-plugin>=0.8",
112112
"mkdocs-section-index>=0.3",

0 commit comments

Comments
 (0)