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 69977a1 commit abea955Copy full SHA for abea955
.readthedocs.yaml
@@ -0,0 +1,27 @@
1
+# Required
2
+version: 2
3
+
4
+# Set the version of Python and other tools you might need
5
+build:
6
+ os: ubuntu-22.04
7
+ tools:
8
+ python: "3.10"
9
+ # You can also specify other tool versions:
10
+ # nodejs: "16"
11
+ # rust: "1.55"
12
+ # golang: "1.17"
13
14
+# Build documentation in the docs/ directory with Sphinx
15
+sphinx:
16
+ configuration: doc/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:
24
+ install:
25
+ - method: pip
26
+ path: .
27
+ - requirements: CI_REQUIREMENTS.txt
setup.cfg
0 commit comments