Skip to content

Commit 23f3d78

Browse files
committed
removed the command and used the default builder
1 parent 6c2821a commit 23f3d78

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.readthedocs.yaml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@ build:
1414
# rust: "1.70"
1515
# golang: "1.20"
1616

17-
commands:
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-
- cd docs
23-
- make html
17+
# commands:
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+
# - cd docs
23+
# - make html
2424

2525
# Build documentation in the "docs/" directory with Sphinx
26-
# sphinx:
27-
# configuration: docs/conf.py
26+
sphinx:
27+
configuration: docs/conf.py
2828
# # You can configure Sphinx to use a different builder, for instance use the dirhtml builder for simpler URLs
29-
# builder: html
29+
builder: html
3030
# Fail on all warnings to avoid broken references
3131
# fail_on_warning: true
3232

@@ -38,9 +38,9 @@ formats:
3838
# Optional but recommended, declare the Python requirements required
3939
# to build your documentation
4040
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
41-
# python:
42-
# install:
43-
# - method: pip
44-
# path: .
45-
# extra_requirements:
46-
# - docs
41+
python:
42+
install:
43+
- method: pip
44+
path: .
45+
extra_requirements:
46+
- docs

0 commit comments

Comments
 (0)