File tree Expand file tree Collapse file tree 1 file changed +19
-11
lines changed Expand file tree Collapse file tree 1 file changed +19
-11
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,21 @@ build:
13
13
# nodejs: "20"
14
14
# rust: "1.70"
15
15
# 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
16
25
17
26
# 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
22
31
# Fail on all warnings to avoid broken references
23
32
# fail_on_warning: true
24
33
@@ -30,10 +39,9 @@ formats:
30
39
# Optional but recommended, declare the Python requirements required
31
40
# to build your documentation
32
41
# 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
You can’t perform that action at this time.
0 commit comments