Skip to content

Commit 876349b

Browse files
committed
use hatch on RDT
1 parent e3ac318 commit 876349b

1 file changed

Lines changed: 11 additions & 13 deletions

File tree

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
# https://docs.readthedocs.io/en/stable/config-file/v2.html
22
version: 2
33
build:
4-
os: ubuntu-20.04
5-
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
4+
os: ubuntu-24.04
5+
# tools:
6+
# python: "3.10"
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

0 commit comments

Comments
 (0)