File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed
Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 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
4455author_fullname : Timothée Mazzucotelli
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 " ]
6363source-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" ,
You can’t perform that action at this time.
0 commit comments