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 3e358b7 commit 8832994Copy full SHA for 8832994
.readthedocs.yaml
@@ -14,17 +14,17 @@ build:
14
# rust: "1.70"
15
# golang: "1.20"
16
17
-# Build documentation in the "docs/" directory with Sphinx
+# Build documentation in the "doc/" directory with Sphinx
18
sphinx:
19
- configuration: docs/conf.py
+ configuration: doc/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
+formats:
+ - pdf
28
# - epub
29
30
# Optional but recommended, declare the Python requirements required
0 commit comments