Skip to content

Commit ae0fe6d

Browse files
authored
Merge pull request #46 from python-project-templates/copier-update-2025-07-06T05-16-55
Update from copier (2025-07-06T05:16:55)
2 parents e16ba23 + 377e3cc commit ae0fe6d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.copier-answers.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changes here will be overwritten by Copier
2-
_commit: 42057e0
2+
_commit: 8c06bd5
33
_src_path: https://github.com/python-project-templates/base.git
4+
add_docs: false
45
add_extension: python
56
67
github: python-project-templates

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,14 @@ ENV/
123123
.Trashes
124124
.VolumeIcon.icns
125125

126+
# Documentation
127+
/site
128+
index.md
129+
docs/_build/
130+
docs/src/_build/
131+
docs/api
132+
docs/index.md
133+
126134
# Directories potentially created on remote AFP share
127135
.AppleDB
128136
.AppleDesktop

0 commit comments

Comments
 (0)