diff --git a/.editorconfig b/.editorconfig index e76bc47..667dbcf 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,4 +10,8 @@ max_line_length = 78 indent_size = 4 indent_style = space end_of_line = lf -max_line_length = 78 \ No newline at end of file +max_line_length = 78 + +[*.{yaml,yml}] +indent_size = 2 +indent_style = space diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..ac57d36 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,9 @@ +version: 2 + +build: + os: ubuntu-22.04 + tools: + python: "3.12" + +sphinx: + configuration: conf.py