Skip to content

Commit f1f8453

Browse files
committed
More fixes
1 parent 8a47055 commit f1f8453

1 file changed

Lines changed: 14 additions & 13 deletions

File tree

.readthedocs.yaml

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
version: 2
22

33
sphinx:
4-
configuration: docs/conf.py
4+
configuration: docs/conf.py
5+
fail_on_warning: true
56

67
build:
7-
os: ubuntu-lts-latest
8-
tools:
9-
python: latest
10-
jobs:
11-
pre_create_environment:
12-
- asdf plugin add uv
13-
- asdf install uv latest
14-
- asdf global uv latest
15-
create_environment:
16-
- uv venv "${READTHEDOCS_VIRTUALENV_PATH}"
17-
install:
18-
- UV_PROJECT_ENVIRONMENT="${READTHEDOCS_VIRTUALENV_PATH}" uv sync --frozen --group docs
8+
os: ubuntu-lts-latest
9+
tools:
10+
python: latest
11+
jobs:
12+
pre_create_environment:
13+
- asdf plugin add uv
14+
- asdf install uv latest
15+
- asdf global uv latest
16+
create_environment:
17+
- uv venv "${READTHEDOCS_VIRTUALENV_PATH}"
18+
install:
19+
- UV_PROJECT_ENVIRONMENT="${READTHEDOCS_VIRTUALENV_PATH}" uv sync --frozen --group docs

0 commit comments

Comments
 (0)