Skip to content

Commit cad53f8

Browse files
authored
Merge pull request #65 from python-project-templates/copier-update-2025-07-03T13-40-03
Update from copier (2025-07-03T13:40:03)
2 parents 00aa0c2 + 4718761 commit cad53f8

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.copier-answers.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changes here will be overwritten by Copier
2-
_commit: 42057e0
2+
_commit: 8c06bd5
33
_src_path: https://github.com/python-project-templates/base.git
4+
add_docs: false
45
add_extension: jupyter
56
67
github: python-project-templates

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,10 @@ dmypy.json
125125
.pyre/
126126

127127
# Documentation
128-
docs/_build/
129128
/site
129+
index.md
130+
docs/_build/
131+
docs/src/_build/
130132
docs/api
131133
docs/index.md
132134
docs/html

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,4 +163,4 @@ known-first-party = ["python_template_jupyter"]
163163
section-order = ["future", "standard-library", "third-party", "first-party", "local-folder"]
164164

165165
[tool.ruff.lint.per-file-ignores]
166-
"__init__.py" = ["F401"]
166+
"__init__.py" = ["F401", "F403"]

0 commit comments

Comments
 (0)