We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ddb5e0b + d10d43e commit 62a9ea7Copy full SHA for 62a9ea7
.copier-answers.yaml
@@ -1,5 +1,5 @@
1
# Changes here will be overwritten by Copier
2
-_commit: fead162
+_commit: 9b579a3
3
_src_path: https://github.com/python-project-templates/base.git
4
add_docs: true
5
add_extension: cppjswasm
.gitignore
@@ -112,11 +112,12 @@ dmypy.json
112
/site
113
index.md
114
docs/_build/
115
-docs/src/_build/
116
docs/api
117
-docs/index.md
118
docs/html
+docs/index.md
119
docs/jupyter_execute
+docs/src/_build/
120
+docs/superpowers
121
122
123
# JS
0 commit comments