Skip to content

Commit 6badf1a

Browse files
Update instance repo from cookiecutter template
1 parent c665912 commit 6badf1a

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.cruft.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "/home/runner/work/cookiecutter-scverse/cookiecutter-scverse",
3-
"commit": "c8dc04c2f2c59b718dee8e744948bad4e39db43f",
3+
"commit": "c6678be8cbde7cbbb85caf4989e98f7d25220ce4",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {
@@ -36,7 +36,7 @@
3636
"trim_blocks": true
3737
},
3838
"_template": "/home/runner/work/cookiecutter-scverse/cookiecutter-scverse",
39-
"_commit": "c8dc04c2f2c59b718dee8e744948bad4e39db43f"
39+
"_commit": "c6678be8cbde7cbbb85caf4989e98f7d25220ce4"
4040
}
4141
},
4242
"directory": null

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2
33
build:
44
os: ubuntu-24.04
55
tools:
6-
python: "3.13"
6+
python: "3.14"
77
nodejs: latest
88
jobs:
99
create_environment:

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787
nb_execution_mode = "off"
8888
nb_merge_streams = True
8989
typehints_defaults = "braces"
90+
always_use_bars_union = True # use `|` instead of `Union` in types even when building with Python ≤3.14
9091

9192
source_suffix = {
9293
".rst": "restructuredtext",
@@ -95,8 +96,7 @@
9596
}
9697

9798
intersphinx_mapping = {
98-
# TODO: replace `3.13` with `3` once ReadTheDocs supports building with Python 3.14
99-
"python": ("https://docs.python.org/3.13", None),
99+
"python": ("https://docs.python.org/3", None),
100100
"anndata": ("https://anndata.readthedocs.io/en/stable/", None),
101101
"scanpy": ("https://scanpy.readthedocs.io/en/stable/", None),
102102
"numpy": ("https://numpy.org/doc/stable/", None),

0 commit comments

Comments
 (0)