Skip to content

Commit 2a30623

Browse files
committed
Add .readthedocs.yaml
Now required per readthedocs/readthedocs.org#4668
1 parent 054e899 commit 2a30623

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.editorconfig

+5-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,8 @@ max_line_length = 78
1010
indent_size = 4
1111
indent_style = space
1212
end_of_line = lf
13-
max_line_length = 78
13+
max_line_length = 78
14+
15+
[*.{yaml,yml}]
16+
indent_size = 2
17+
indent_style = space

.readthedocs.yaml

+9
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)