Skip to content

Commit ad8911b

Browse files
Merge pull request #187 from scikit-learn-contrib/chore/patch_doc_creation
doc env patched
2 parents 7201400 + 90b1174 commit ad8911b

1 file changed

Lines changed: 4 additions & 13 deletions

File tree

.readthedocs.yml

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,11 @@ build:
44
os: "ubuntu-22.04"
55
tools:
66
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
7+
commands:
8+
- pip install uv
9+
- uv sync --all-extras
10+
- uv run sphinx-build -b html docs/ $READTHEDOCS_OUTPUT/html
1911

2012
sphinx:
21-
builder: html
2213
configuration: docs/conf.py
2314
fail_on_warning: false

0 commit comments

Comments
 (0)