Skip to content

Commit feb8872

Browse files
committed
Update .readthedocs.yaml
1 parent a2da70c commit feb8872

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.readthedocs.yaml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,18 @@ build:
1010
tools:
1111
python: "3.11"
1212
# You can also specify other tool versions:
13-
# nodejs: "19"
14-
# rust: "1.64"
15-
# golang: "1.19"
13+
# nodejs: "20"
14+
# rust: "1.70"
15+
# golang: "1.20"
1616

1717
# Build documentation in the "docs/" directory with Sphinx
1818
sphinx:
1919
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: "dirhtml"
22+
# Fail on all warnings to avoid broken references
23+
# fail_on_warning: true
24+
2025
# Optionally build your docs in additional formats such as PDF and ePub
2126
# formats:
2227
# - pdf

0 commit comments

Comments
 (0)