We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef10fa0 commit 54e9b18Copy full SHA for 54e9b18
1 file changed
.readthedocs.yaml
@@ -11,8 +11,13 @@ build:
11
tools:
12
python: "3.9"
13
14
-mkdocs:
15
- configuration: mkdocs.yml
+# Build documentation in the docs/ directory with Sphinx
+sphinx:
16
+ configuration: docs/conf.py
17
+
18
+# If using Sphinx, optionally build your docs in additional formats such as PDF
19
+formats:
20
+ - pdf
21
22
# Optionally declare the Python requirements required to build your docs
23
python:
0 commit comments