Skip to content

Commit a329321

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

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.editorconfig

Lines changed: 5 additions & 1 deletion
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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
version: 2
2+
3+
sphinx:
4+
configuration: conf.py

0 commit comments

Comments
 (0)