docs: remove custom template and extension, use scverse-misc instead - #529
Merged
Conversation
Collaborator
Author
|
I had to bump the min. Python version for the template to 3.12, because uv requires all dependency groups to be compatible with [tool.uv.dependency-groups]
doc = {requires-python = ">=3.12"}to |
Collaborator
|
np, python 3.11 has anyway already fallen out of SPEC-0. Even 3.12 support will drop soon. |
grst
approved these changes
Jul 15, 2026
grst
added a commit
that referenced
this pull request
Jul 15, 2026
grst
added a commit
that referenced
this pull request
Jul 15, 2026
* wip * Check out template once, patch cookiecutter config, then use for all PRs * fix contextmanager * Fix tests * remove inappropriate type conversion * resolve conflicts between template and instance cookiecutter.json * fix test * Improve code comments * add grst as author * bump python version after #529
This was referenced Jul 17, 2026
This was referenced Jul 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
As discussed in #483 .