From 73827a02a5e210ee21af37b568e3ce3814fdae6c Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 6 Jul 2025 05:13:10 +0000 Subject: [PATCH] Update from copier (2025-07-06T05:13:10) --- .copier-answers.yaml | 3 ++- .gitignore | 5 +++-- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.copier-answers.yaml b/.copier-answers.yaml index 0ba4a72..ce202d3 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: python email: dev@dau.dev github: dau-dev diff --git a/.gitignore b/.gitignore index ac1b156..cdb6b50 100644 --- a/.gitignore +++ b/.gitignore @@ -128,11 +128,12 @@ dmypy.json .pyre/ # Documentation -docs/_build/ /site +index.md +docs/_build/ +docs/src/_build/ docs/api docs/index.md -_template/labextension # Jupyter .ipynb_checkpoints diff --git a/pyproject.toml b/pyproject.toml index b46dd47..f17cda2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -164,4 +164,4 @@ known-first-party = ["verilator"] section-order = ["future", "standard-library", "third-party", "first-party", "local-folder"] [tool.ruff.lint.per-file-ignores] -"__init__.py" = ["F401"] +"__init__.py" = ["F401", "F403"] \ No newline at end of file