Skip to content

Commit df747d9

Browse files
Update instance repo from cookiecutter template
1 parent 287dd59 commit df747d9

3 files changed

Lines changed: 15 additions & 16 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": "e3ac318273adc2dae7e6b783e4e4c2cc73521d9e",
3+
"commit": "227bc29e72069d840d49a47edd322d6432eaf834",
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": "e3ac318273adc2dae7e6b783e4e4c2cc73521d9e"
39+
"_commit": "227bc29e72069d840d49a47edd322d6432eaf834"
4040
}
4141
},
4242
"directory": null

.readthedocs.yaml

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
# https://docs.readthedocs.io/en/stable/config-file/v2.html
22
version: 2
33
build:
4-
os: ubuntu-20.04
4+
os: ubuntu-24.04
55
tools:
6-
python: "3.10"
7-
sphinx:
8-
configuration: docs/conf.py
9-
# disable this for more lenient docs builds
10-
fail_on_warning: true
11-
python:
12-
install:
13-
- method: pip
14-
path: .
15-
extra_requirements:
16-
- doc
6+
python: "3.12"
7+
jobs:
8+
create_environment:
9+
- asdf plugin add uv
10+
- asdf install uv latest
11+
- asdf global uv latest
12+
build:
13+
html:
14+
- uvx hatch run docs:build
15+
- mv docs/_build $READTHEDOCS_OUTPUT

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ optional-dependencies.doc = [
3939
"pandas",
4040
# Until pybtex >0.24.0 releases: https://bitbucket.org/pybtex-devs/pybtex/issues/169/
4141
"setuptools",
42-
"sphinx>=4",
42+
"sphinx>=8.1",
4343
"sphinx-autodoc-typehints",
4444
"sphinx-book-theme>=1",
4545
"sphinx-copybutton",
@@ -62,7 +62,7 @@ features = [ "dev" ]
6262

6363
[tool.hatch.envs.docs]
6464
features = [ "doc" ]
65-
scripts.build = "sphinx-build -M html docs docs/_build {args}"
65+
scripts.build = "sphinx-build -M html docs docs/_build -W {args}"
6666
scripts.open = "python -m webbrowser -t docs/_build/html/index.html"
6767
scripts.clean = "git clean -fdX -- {args:docs}"
6868

0 commit comments

Comments
 (0)