File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 9
9
os : ubuntu-22.04
10
10
tools :
11
11
python : " 3.12"
12
- # You can also specify other tool versions:
13
- # nodejs: "20"
14
- # rust: "1.70"
15
- # golang: "1.20"
16
12
17
13
# Build documentation in the "docs/" directory with Sphinx
18
14
sphinx :
19
15
configuration : docs/conf.py
20
- # You can configure Sphinx to use a different builder, for instance use the dirhtml builder for simpler URLs
16
+ # # You can configure Sphinx to use a different builder, for instance use the dirhtml builder for simpler URLs
21
17
builder : html
22
18
# Fail on all warnings to avoid broken references
23
19
# fail_on_warning: true
24
20
25
21
# Optionally build your docs in additional formats such as PDF and ePub
26
22
formats :
27
23
- pdf
28
- # - epub
29
24
30
25
# Optional but recommended, declare the Python requirements required
31
26
# to build your documentation
32
27
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
33
28
python :
34
29
install :
35
- - requirements : docs/requirements.txt
36
30
- method : pip
37
31
path : .
38
32
extra_requirements :
You can’t perform that action at this time.
0 commit comments