There was an error while loading. Please reload this page.
2 parents 7201400 + 90b1174 commit ad8911bCopy full SHA for ad8911b
1 file changed
.readthedocs.yml
@@ -4,20 +4,11 @@ build:
4
os: "ubuntu-22.04"
5
tools:
6
python: "3.12"
7
- jobs:
8
- pre_install:
9
- - pip install uv
10
- post_install:
11
- - uv sync --all-extras
12
-
13
-python:
14
- install:
15
- - method: pip
16
- path: .
17
- extra_requirements:
18
- - docs
+ commands:
+ - pip install uv
+ - uv sync --all-extras
+ - uv run sphinx-build -b html docs/ $READTHEDOCS_OUTPUT/html
19
20
sphinx:
21
- builder: html
22
configuration: docs/conf.py
23
fail_on_warning: false
0 commit comments