We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f9ac90 commit e18f181Copy full SHA for e18f181
.readthedocs.yaml
@@ -22,18 +22,7 @@ build:
22
23
build:
24
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
+ - uv run sphinx-build docs/source/ $READTHEDOCS_OUTPUT html
37
38
39
# Optionally build your docs in additional formats such as PDF and ePub
0 commit comments