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 a2da70c commit feb8872Copy full SHA for feb8872
.readthedocs.yaml
@@ -10,13 +10,18 @@ build:
10
tools:
11
python: "3.11"
12
# You can also specify other tool versions:
13
- # nodejs: "19"
14
- # rust: "1.64"
15
- # golang: "1.19"
+ # nodejs: "20"
+ # rust: "1.70"
+ # golang: "1.20"
16
17
# 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: "dirhtml"
22
+ # Fail on all warnings to avoid broken references
23
+ # fail_on_warning: true
24
+
25
# Optionally build your docs in additional formats such as PDF and ePub
26
# formats:
27
# - pdf
0 commit comments