Skip to content

Commit 102f0e1

Browse files
committed
updated build commands
1 parent 957144a commit 102f0e1

File tree

1 file changed

+19
-11
lines changed

1 file changed

+19
-11
lines changed

.readthedocs.yaml

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,21 @@ build:
1313
# nodejs: "20"
1414
# rust: "1.70"
1515
# golang: "1.20"
16+
jobs:
17+
post_create_environment:
18+
- python -m pip install uv
19+
- uv pip install --system --upgrade pip wheel
20+
- uv pip install --system --upgrade ".[docs]"
21+
- uv pip list --system
22+
commands:
23+
- pushd docs
24+
- make html
1625

1726
# Build documentation in the "docs/" directory with Sphinx
18-
sphinx:
19-
configuration: docs/conf.py
20-
# You can configure Sphinx to use a different builder, for instance use the dirhtml builder for simpler URLs
21-
builder: html
27+
# sphinx:
28+
# configuration: docs/conf.py
29+
# # You can configure Sphinx to use a different builder, for instance use the dirhtml builder for simpler URLs
30+
# builder: html
2231
# Fail on all warnings to avoid broken references
2332
# fail_on_warning: true
2433

@@ -30,10 +39,9 @@ formats:
3039
# Optional but recommended, declare the Python requirements required
3140
# to build your documentation
3241
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
33-
python:
34-
install:
35-
- requirements: docs/requirements.txt
36-
- method: pip
37-
path: .
38-
extra_requirements:
39-
- docs
42+
# python:
43+
# install:
44+
# - method: pip
45+
# path: .
46+
# extra_requirements:
47+
# - docs

0 commit comments

Comments
 (0)