We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 054e899 commit 2a30623Copy full SHA for 2a30623
.editorconfig
@@ -10,4 +10,8 @@ max_line_length = 78
10
indent_size = 4
11
indent_style = space
12
end_of_line = lf
13
-max_line_length = 78
+max_line_length = 78
14
+
15
+[*.{yaml,yml}]
16
+indent_size = 2
17
+indent_style = space
.readthedocs.yaml
@@ -0,0 +1,9 @@
1
+version: 2
2
3
+build:
4
+ os: ubuntu-22.04
5
+ tools:
6
+ python: "3.12"
7
8
+sphinx:
9
+ configuration: conf.py
0 commit comments