Skip to content

Commit

Permalink
0.10.11 release (#295)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate (#294)
#294

* update read the docs

* add pytest for docs
  • Loading branch information
Intron7 authored Nov 12, 2024
1 parent 0f01771 commit 5642561
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/release-notes/0.10.11.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### 0.10.11 {small}`the-future`
### 0.10.11 {small}`2024-11-12`

```{rubric} Features
```
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ doc = [
"scanpydoc[typehints,theme]>=0.9.4",
"readthedocs-sphinx-ext",
"sphinx_copybutton",
"pytest",
]
test = [
"pytest",
Expand Down

0 comments on commit 5642561

Please sign in to comment.