We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e16ba23 + 377e3cc commit ae0fe6dCopy full SHA for ae0fe6d
.copier-answers.yaml
@@ -1,6 +1,7 @@
1
# Changes here will be overwritten by Copier
2
-_commit: 42057e0
+_commit: 8c06bd5
3
_src_path: https://github.com/python-project-templates/base.git
4
+add_docs: false
5
add_extension: python
6
email: [email protected]
7
github: python-project-templates
.gitignore
@@ -123,6 +123,14 @@ ENV/
123
.Trashes
124
.VolumeIcon.icns
125
126
+# Documentation
127
+/site
128
+index.md
129
+docs/_build/
130
+docs/src/_build/
131
+docs/api
132
+docs/index.md
133
+
134
# Directories potentially created on remote AFP share
135
.AppleDB
136
.AppleDesktop
0 commit comments