From ca917b8b7b10bfe07fc29872c060fd35825104f6 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Jul 2025 13:40:15 +0000 Subject: [PATCH] Update from copier (2025-07-03T13:40:15) --- .copier-answers.yaml | 3 ++- .gitignore | 4 +++- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.copier-answers.yaml b/.copier-answers.yaml index e4be1af..2db4329 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: rust email: 3105306+timkpaine@users.noreply.github.com github: python-project-templates diff --git a/.gitignore b/.gitignore index 1504421..0bf6809 100644 --- a/.gitignore +++ b/.gitignore @@ -125,8 +125,10 @@ dmypy.json .pyre/ # Documentation -docs/_build/ /site +index.md +docs/_build/ +docs/src/_build/ docs/api docs/index.md docs/html diff --git a/pyproject.toml b/pyproject.toml index 6aae72e..88549d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -151,4 +151,4 @@ known-first-party = ["python_template_rust"] section-order = ["future", "standard-library", "third-party", "first-party", "local-folder"] [tool.ruff.lint.per-file-ignores] -"__init__.py" = ["F401"] +"__init__.py" = ["F401", "F403"]