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 2f5a448 + 73bf976 commit e3760d6Copy full SHA for e3760d6
.copier-answers.yaml
@@ -1,5 +1,5 @@
1
# Changes here will be overwritten by Copier
2
-_commit: 9642da9
+_commit: 2d0c192
3
_src_path: https://github.com/python-project-templates/base.git
4
add_docs: true
5
add_extension: python
.github/workflows/docs.yaml
@@ -1,4 +1,5 @@
-name: Docs
+name: Publish Docs
+
on:
push:
branches:
.gitignore
@@ -139,10 +139,13 @@ js/dist
139
js/lib
140
js/node_modules
141
js/*.tgz
142
+hatch_multi/extension
143
144
# Jupyter
145
.ipynb_checkpoints
146
.autoversion
147
+!hatch_multi/extension/hatch_multi.json
148
+!hatch_multi/extension/install.json
149
hatch_multi/nbextension
150
hatch_multi/labextension
151
0 commit comments