File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -14,19 +14,19 @@ build:
14
14
# rust: "1.70"
15
15
# golang: "1.20"
16
16
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
24
24
25
25
# Build documentation in the "docs/" directory with Sphinx
26
- # sphinx:
27
- # configuration: docs/conf.py
26
+ sphinx :
27
+ configuration : docs/conf.py
28
28
# # You can configure Sphinx to use a different builder, for instance use the dirhtml builder for simpler URLs
29
- # builder: html
29
+ builder : html
30
30
# Fail on all warnings to avoid broken references
31
31
# fail_on_warning: true
32
32
@@ -38,9 +38,9 @@ formats:
38
38
# Optional but recommended, declare the Python requirements required
39
39
# to build your documentation
40
40
# 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
You can’t perform that action at this time.
0 commit comments