File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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
44author_email : dev@pawamoy.fr
55author_fullname : Timothée Mazzucotelli
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 " ]
5959source-includes = [
6060 " config" ,
6161 " docs" ,
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" ,
You can’t perform that action at this time.
0 commit comments