From 98e3151ffd15d080fd7d9c4e2e2a418be2473540 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Jul 2025 13:39:58 +0000 Subject: [PATCH] Update from copier (2025-07-03T13:39:58) --- .copier-answers.yaml | 3 ++- .gitignore | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.copier-answers.yaml b/.copier-answers.yaml index a30ee0e..be7babc 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,6 +1,7 @@ # Changes here will be overwritten by Copier -_commit: 42057e0 +_commit: 8c06bd5 _src_path: https://github.com/python-project-templates/base.git +add_docs: false add_extension: cpp email: 3105306+timkpaine@users.noreply.github.com github: python-project-templates diff --git a/.gitignore b/.gitignore index 8938c76..ce285bf 100644 --- a/.gitignore +++ b/.gitignore @@ -129,8 +129,10 @@ dmypy.json .pyre/ # Documentation -docs/_build/ /site +index.md +docs/_build/ +docs/src/_build/ docs/api docs/index.md docs/html