From 2a30623d57d1881c4302d1995edaf6a3e00a42b8 Mon Sep 17 00:00:00 2001 From: Chris White Date: Sat, 11 Nov 2023 16:14:34 -0500 Subject: [PATCH] Add .readthedocs.yaml Now required per https://github.com/readthedocs/readthedocs.org/issues/4668 --- .editorconfig | 6 +++++- .readthedocs.yaml | 9 +++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 .readthedocs.yaml 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