diff --git a/.copier-answers.yaml b/.copier-answers.yaml index d624920..c370432 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 9642da9 +_commit: 2d0c192 _src_path: https://github.com/python-project-templates/base.git add_docs: true add_extension: python diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 935507a..f62f4a4 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -1,4 +1,5 @@ -name: Docs +name: Publish Docs + on: push: branches: diff --git a/.gitignore b/.gitignore index 1d38315..6b8a768 100644 --- a/.gitignore +++ b/.gitignore @@ -139,10 +139,13 @@ js/dist js/lib js/node_modules js/*.tgz +hatch_multi/extension # Jupyter .ipynb_checkpoints .autoversion +!hatch_multi/extension/hatch_multi.json +!hatch_multi/extension/install.json hatch_multi/nbextension hatch_multi/labextension