We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e13c81e commit 230bc20Copy full SHA for 230bc20
.readthedocs.yaml
@@ -0,0 +1,18 @@
1
+# Read the Docs configuration file for Sphinx projects
2
+# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
3
+
4
+version: 2
5
+build:
6
+ os: ubuntu-22.04
7
+ tools:
8
+ python: "3.11"
9
+sphinx:
10
+ configuration: doc/conf.py
11
+formats:
12
+ - pdf
13
+python:
14
+ install:
15
+ - method: pip
16
+ path: .
17
+ extra_requirements:
18
+ - doc
0 commit comments