From ca95ea797303c63c39fb38728955b398f5532ca4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 06:20:26 +0000 Subject: [PATCH 1/2] Update submodules/template digest to c0f7505 --- submodules/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submodules/template b/submodules/template index ae2ebd7..c0f7505 160000 --- a/submodules/template +++ b/submodules/template @@ -1 +1 @@ -Subproject commit ae2ebd7f53ebae04d725fd1f5bada7d68484431e +Subproject commit c0f7505e5bb2d53f4d8d0a60d46d546f60c8a26a From 190af24abaa56acdc8b8f21f066954b8439943b2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Thu, 16 May 2024 06:23:48 +0000 Subject: [PATCH 2/2] Sync and lock --- .copier-answers.yml | 2 +- .github/ISSUE_TEMPLATE/internal.yaml | 2 +- docs/conf.py | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index 0438d23..b9a1df1 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier; NEVER EDIT MANUALLY -_commit: ae2ebd7 +_commit: c0f7505 _src_path: gh:blakeNaccarato/copier-python actions_runner: ubuntu-22.04 active: false diff --git a/.github/ISSUE_TEMPLATE/internal.yaml b/.github/ISSUE_TEMPLATE/internal.yaml index 6d6da67..8f14ea0 100644 --- a/.github/ISSUE_TEMPLATE/internal.yaml +++ b/.github/ISSUE_TEMPLATE/internal.yaml @@ -8,7 +8,7 @@ body: label: "Please use this form appropriately" options: - required: True - label: "I am a maintainer or I have been directed me to use this form." + label: "I am a maintainer or I have been directed to use this form." - type: "checkboxes" id: "no-duplicates" attributes: diff --git a/docs/conf.py b/docs/conf.py index 5567de7..666f3c6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -168,11 +168,10 @@ def dpath(path: Path, rel: Path = DOCS) -> str: numfig = True math_eqref_format = "Eq. {number}" mermaid_d3_zoom = False -suppress_warnings = ["design.grid"] # ! Autodoc2 nitpicky = True autodoc2_packages = [ - f"../src/{PACKAGE}.py", + f"../src/{PACKAGE}", f"{PACKAGE}_docs", f"../tests/{PACKAGE}_tests", f"../scripts/{PACKAGE}_tools",