Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update submodules/template digest to c0f7505 #11

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/internal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 1 addition & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion submodules/template