We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9032a3f commit d3f511fCopy full SHA for d3f511f
.readthedocs.yml
@@ -0,0 +1,25 @@
1
+# .readthedocs.yml
2
+# Read the Docs configuration file
3
+
4
+# Details
5
+# - https://docs.readthedocs.io/en/stable/config-file/v2.html
6
7
+# Required
8
+version: 2
9
10
+build:
11
+ os: "ubuntu-22.04"
12
+ tools:
13
+ python: "3.11"
14
15
+# Build documentation in the docs/ directory with Sphinx
16
+sphinx:
17
+ configuration: docs/conf.py
18
19
+python:
20
+ install:
21
+ - requirements: docs/requirements.txt
22
23
+# Optionally build your docs in additional formats such as PDF
24
+# formats:
25
+# - pdf
0 commit comments