Skip to content

Commit e18f181

Browse files
committed
readthedocs now?
1 parent 5f9ac90 commit e18f181

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,7 @@ build:
2222

2323
build:
2424
html:
25-
- make -C docs/source html BUILDDIR=$READTHEDOCS_OUTPUT
26-
27-
# Build documentation in the "docs/" directory with Sphinx
28-
29-
sphinx:
30-
31-
configuration: docs/source/conf.py
32-
33-
# You can configure Sphinx to use a different builder, for instance use the dirhtml builder for simpler URLs
34-
# builder: "dirhtml"
35-
# Fail on all warnings to avoid broken references
36-
# fail_on_warning: true
25+
- uv run sphinx-build docs/source/ $READTHEDOCS_OUTPUT html
3726

3827

3928
# Optionally build your docs in additional formats such as PDF and ePub

0 commit comments

Comments
 (0)