From 5642561d820d863cd347265ca65604aed6349dc4 Mon Sep 17 00:00:00 2001 From: Severin Dicks <37635888+Intron7@users.noreply.github.com> Date: Tue, 12 Nov 2024 13:15:37 +0100 Subject: [PATCH] 0.10.11 release (#295) * [pre-commit.ci] pre-commit autoupdate (#294) #294 * update read the docs * add pytest for docs --- .readthedocs.yml | 4 ++-- docker/docker-push.sh | 2 +- docs/release-notes/0.10.11.md | 2 +- pyproject.toml | 1 + 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index d86e443a..1cccce2b 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -2,9 +2,9 @@ version: 2 submodules: include: all build: - os: ubuntu-22.04 + os: ubuntu-24.04 tools: - python: '3.11' + python: '3.12' sphinx: configuration: docs/conf.py fail_on_warning: true diff --git a/docker/docker-push.sh b/docker/docker-push.sh index 2041e8c0..daeb6c35 100755 --- a/docker/docker-push.sh +++ b/docker/docker-push.sh @@ -2,7 +2,7 @@ set -euxo pipefail docker_account=scverse -rapids_version=24.10 +rapids_version=24.08 grep -v -- '- rapids-singlecell' conda/rsc_rapids_${rapids_version}.yml > rsc_rapids.yml docker build -t rapids-singlecell-deps:latest -f docker/Dockerfile.deps . rm rsc_rapids.yml diff --git a/docs/release-notes/0.10.11.md b/docs/release-notes/0.10.11.md index 1dbe942b..622c9e9a 100644 --- a/docs/release-notes/0.10.11.md +++ b/docs/release-notes/0.10.11.md @@ -1,4 +1,4 @@ -### 0.10.11 {small}`the-future` +### 0.10.11 {small}`2024-11-12` ```{rubric} Features ``` diff --git a/pyproject.toml b/pyproject.toml index eb27911c..d33bc1d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,6 +36,7 @@ doc = [ "scanpydoc[typehints,theme]>=0.9.4", "readthedocs-sphinx-ext", "sphinx_copybutton", + "pytest", ] test = [ "pytest",